1 line
7.5 KiB
JSON
1 line
7.5 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "label": "_imp.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L1"}, {"id": "imp_find_spec", "label": "find_spec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L19"}, {"id": "imp_find_module", "label": "find_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L28"}, {"id": "imp_get_frozen_object", "label": "get_frozen_object()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L76"}, {"id": "imp_get_module", "label": "get_module()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L83"}, {"id": "imp_rationale_1", "label": "Re-implementation of find_module and get_frozen_object from the deprecated imp m", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L1"}, {"id": "imp_rationale_29", "label": "Just like 'imp.find_module()', but with package support", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L29"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "importlib_machinery", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "importlib_util", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "tokenize", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "importlib_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "imp_find_spec", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "imp_find_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "imp_get_frozen_object", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L76", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "target": "imp_get_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L83", "weight": 1.0}, {"source": "imp_find_module", "target": "imp_find_spec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L30", "weight": 1.0}, {"source": "imp_get_frozen_object", "target": "imp_find_spec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L77", "weight": 1.0}, {"source": "imp_get_module", "target": "imp_find_spec", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L84", "weight": 1.0}, {"source": "imp_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L1", "weight": 1.0}, {"source": "imp_rationale_29", "target": "imp_find_module", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L29", "weight": 1.0}], "raw_calls": [{"caller_nid": "imp_find_spec", "callee": "PathFinder", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L21"}, {"caller_nid": "imp_find_spec", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L22"}, {"caller_nid": "imp_find_spec", "callee": "finder", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L25"}, {"caller_nid": "imp_find_module", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L32"}, {"caller_nid": "imp_find_module", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L33"}, {"caller_nid": "imp_find_module", "callee": "spec_from_loader", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L34"}, {"caller_nid": "imp_find_module", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L38"}, {"caller_nid": "imp_find_module", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L42"}, {"caller_nid": "imp_find_module", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L50"}, {"caller_nid": "imp_find_module", "callee": "splitext", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L57"}, {"caller_nid": "imp_find_module", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L62"}, {"caller_nid": "imp_find_module", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L65"}, {"caller_nid": "imp_get_frozen_object", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L79"}, {"caller_nid": "imp_get_frozen_object", "callee": "get_code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L80"}, {"caller_nid": "imp_get_module", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L86"}, {"caller_nid": "imp_get_module", "callee": "module_from_spec", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_imp.py", "source_location": "L87"}]} |