Files
tfm_ainventory/graphify-out/cache/0c8729351dc048e5b65decffc22fbb796aef397193fcde3fc0b709dd553309e3.json

1 line
29 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pil_features_py", "label": "features.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L1"}, {"id": "features_check_module", "label": "check_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L23"}, {"id": "features_version_module", "label": "version_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L47"}, {"id": "features_get_supported_modules", "label": "get_supported_modules()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L62"}, {"id": "features_check_codec", "label": "check_codec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L77"}, {"id": "features_version_codec", "label": "version_codec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L94"}, {"id": "features_get_supported_codecs", "label": "get_supported_codecs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L115"}, {"id": "features_check_feature", "label": "check_feature()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L134"}, {"id": "features_version_feature", "label": "version_feature()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L158"}, {"id": "features_get_supported_features", "label": "get_supported_features()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L175"}, {"id": "features_check", "label": "check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L182"}, {"id": "features_version", "label": "version()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L200"}, {"id": "features_get_supported", "label": "get_supported()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L216"}, {"id": "features_pilinfo", "label": "pilinfo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L227"}, {"id": "features_rationale_24", "label": "Checks if a module is available. :param feature: The module to check for.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L24"}, {"id": "features_rationale_48", "label": ":param feature: The module to check for. :returns: The loaded versio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L48"}, {"id": "features_rationale_63", "label": ":returns: A list of all supported modules.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L63"}, {"id": "features_rationale_78", "label": "Checks if a codec is available. :param feature: The codec to check for.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L78"}, {"id": "features_rationale_95", "label": ":param feature: The codec to check for. :returns: The version number", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L95"}, {"id": "features_rationale_116", "label": ":returns: A list of all supported codecs.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L116"}, {"id": "features_rationale_135", "label": "Checks if a feature is available. :param feature: The feature to check for.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L135"}, {"id": "features_rationale_159", "label": ":param feature: The feature to check for. :returns: The version number as a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L159"}, {"id": "features_rationale_176", "label": ":returns: A list of all supported features.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L176"}, {"id": "features_rationale_183", "label": ":param feature: A module, codec, or feature name. :returns: ``True``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L183"}, {"id": "features_rationale_201", "label": ":param feature: The module, codec, or feature to check for. :returns", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L201"}, {"id": "features_rationale_217", "label": ":returns: A list of all supported modules, features, and codecs.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L217"}, {"id": "features_rationale_228", "label": "Prints information about this installation of Pillow. This function can be c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L228"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "collections", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "pil", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "backend_venv_lib_python3_12_site_packages_pil_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_check_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_version_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_get_supported_modules", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_check_codec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_version_codec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_get_supported_codecs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L115", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_check_feature", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L134", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_version_feature", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L158", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_get_supported_features", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L175", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_check", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L182", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L200", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_get_supported", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L216", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pil_features_py", "target": "features_pilinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L227", "weight": 1.0}, {"source": "features_version_module", "target": "features_check_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L54", "weight": 1.0}, {"source": "features_get_supported_modules", "target": "features_check_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L66", "weight": 1.0}, {"source": "features_version_codec", "target": "features_check_codec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L102", "weight": 1.0}, {"source": "features_get_supported_codecs", "target": "features_check_codec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L119", "weight": 1.0}, {"source": "features_version_feature", "target": "features_check_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L164", "weight": 1.0}, {"source": "features_get_supported_features", "target": "features_check_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L179", "weight": 1.0}, {"source": "features_check", "target": "features_check_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L191", "weight": 1.0}, {"source": "features_check", "target": "features_check_codec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L193", "weight": 1.0}, {"source": "features_check", "target": "features_check_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L195", "weight": 1.0}, {"source": "features_version", "target": "features_version_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L208", "weight": 1.0}, {"source": "features_version", "target": "features_version_codec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L210", "weight": 1.0}, {"source": "features_version", "target": "features_version_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L212", "weight": 1.0}, {"source": "features_get_supported", "target": "features_get_supported_modules", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L221", "weight": 1.0}, {"source": "features_get_supported", "target": "features_get_supported_features", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L222", "weight": 1.0}, {"source": "features_get_supported", "target": "features_get_supported_codecs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L223", "weight": 1.0}, {"source": "features_pilinfo", "target": "features_check", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L283", "weight": 1.0}, {"source": "features_pilinfo", "target": "features_version_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L286", "weight": 1.0}, {"source": "features_pilinfo", "target": "features_check_feature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L288", "weight": 1.0}, {"source": "features_pilinfo", "target": "features_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L291", "weight": 1.0}, {"source": "features_rationale_24", "target": "features_check_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L24", "weight": 1.0}, {"source": "features_rationale_48", "target": "features_version_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L48", "weight": 1.0}, {"source": "features_rationale_63", "target": "features_get_supported_modules", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L63", "weight": 1.0}, {"source": "features_rationale_78", "target": "features_check_codec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L78", "weight": 1.0}, {"source": "features_rationale_95", "target": "features_version_codec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L95", "weight": 1.0}, {"source": "features_rationale_116", "target": "features_get_supported_codecs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L116", "weight": 1.0}, {"source": "features_rationale_135", "target": "features_check_feature", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L135", "weight": 1.0}, {"source": "features_rationale_159", "target": "features_version_feature", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L159", "weight": 1.0}, {"source": "features_rationale_176", "target": "features_get_supported_features", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L176", "weight": 1.0}, {"source": "features_rationale_183", "target": "features_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L183", "weight": 1.0}, {"source": "features_rationale_201", "target": "features_version", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L201", "weight": 1.0}, {"source": "features_rationale_217", "target": "features_get_supported", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L217", "weight": 1.0}, {"source": "features_rationale_228", "target": "features_pilinfo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L228", "weight": 1.0}], "raw_calls": [{"caller_nid": "features_check_module", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L33"}, {"caller_nid": "features_check_module", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L38"}, {"caller_nid": "features_check_module", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L43"}, {"caller_nid": "features_check_module", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L43"}, {"caller_nid": "features_version_module", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L59"}, {"caller_nid": "features_version_module", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L59"}, {"caller_nid": "features_check_codec", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L87"}, {"caller_nid": "features_check_codec", "callee": "dir", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L91"}, {"caller_nid": "features_version_codec", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L107"}, {"caller_nid": "features_version_codec", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L110"}, {"caller_nid": "features_version_codec", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L110"}, {"caller_nid": "features_check_feature", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L144"}, {"caller_nid": "features_check_feature", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L149"}, {"caller_nid": "features_check_feature", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L150"}, {"caller_nid": "features_check_feature", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L154"}, {"caller_nid": "features_check_feature", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L154"}, {"caller_nid": "features_version_feature", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L172"}, {"caller_nid": "features_version_feature", "callee": "__import__", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L172"}, {"caller_nid": "features_check", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L196"}, {"caller_nid": "features_get_supported", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L222"}, {"caller_nid": "features_get_supported", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L223"}, {"caller_nid": "features_pilinfo", "callee": "init", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L244"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L246"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L247"}, {"caller_nid": "features_pilinfo", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L248"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L249"}, {"caller_nid": "features_pilinfo", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L249"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L251"}, {"caller_nid": "features_pilinfo", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L251"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L252"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L253"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L255"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L256"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L257"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L258"}, {"caller_nid": "features_pilinfo", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L259"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L262"}, {"caller_nid": "features_pilinfo", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L263"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L266"}, {"caller_nid": "features_pilinfo", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L296"}, {"caller_nid": "features_pilinfo", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L296"}, {"caller_nid": "features_pilinfo", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L296"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L307"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L309"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L311"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L312"}, {"caller_nid": "features_pilinfo", "callee": "defaultdict", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L315"}, {"caller_nid": "features_pilinfo", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L316"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L317"}, {"caller_nid": "features_pilinfo", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L319"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L323"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L326"}, {"caller_nid": "features_pilinfo", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L327"}, {"caller_nid": "features_pilinfo", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L327"}, {"caller_nid": "features_pilinfo", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L327"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L332"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L334"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L336"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L338"}, {"caller_nid": "features_pilinfo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L340"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L342"}, {"caller_nid": "features_pilinfo", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L342"}, {"caller_nid": "features_pilinfo", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L342"}, {"caller_nid": "features_pilinfo", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/PIL/features.py", "source_location": "L343"}]}