Files
tfm_ainventory/graphify-out/cache/fd2bf23abf9dd61363ab743aec5411c8cc4c4269acaaf07ad648c97bd02c6db3.json

1 line
16 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "label": "depends.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L1"}, {"id": "depends_require", "label": "Require", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L20"}, {"id": "depends_require_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L23"}, {"id": "depends_require_full_name", "label": ".full_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L43"}, {"id": "depends_require_version_ok", "label": ".version_ok()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L49"}, {"id": "depends_require_get_version", "label": ".get_version()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L58"}, {"id": "depends_require_is_present", "label": ".is_present()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L87"}, {"id": "depends_require_is_current", "label": ".is_current()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L91"}, {"id": "depends_maybe_close", "label": "maybe_close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L99"}, {"id": "depends_get_module_constant", "label": "get_module_constant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L115"}, {"id": "depends_extract_constant", "label": "extract_constant()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L145"}, {"id": "depends_rationale_21", "label": "A prerequisite to building or installing a distribution", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L21"}, {"id": "depends_rationale_44", "label": "Return full package/distribution name, w/version", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L44"}, {"id": "depends_rationale_50", "label": "Is 'version' sufficiently up-to-date?", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L50"}, {"id": "depends_rationale_61", "label": "Get version number of installed module, 'None', or 'default' Search 'pa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L61"}, {"id": "depends_rationale_88", "label": "Return true if dependency is present on 'paths", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L88"}, {"id": "depends_rationale_92", "label": "Return true if dependency is present and up-to-date on 'paths", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L92"}, {"id": "depends_rationale_118", "label": "Find 'module' by searching 'paths', and extract 'symbol' Return 'None'", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L118"}, {"id": "depends_rationale_148", "label": "Extract the constant value of 'symbol' from 'code' If the name 'symbol'", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L148"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "dis", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "marshal", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "packaging_version", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_imp_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "depends_require", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L20", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L23", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_full_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L43", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_version_ok", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L49", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_get_version", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L58", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_is_present", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L87", "weight": 1.0}, {"source": "depends_require", "target": "depends_require_is_current", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "depends_maybe_close", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "depends_get_module_constant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L115", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_depends_py", "target": "depends_extract_constant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L145", "weight": 1.0}, {"source": "depends_require_get_version", "target": "depends_get_module_constant", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L80", "weight": 1.0}, {"source": "depends_require_is_present", "target": "depends_require_get_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L89", "weight": 1.0}, {"source": "depends_require_is_current", "target": "depends_require_get_version", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L93", "weight": 1.0}, {"source": "depends_require_is_current", "target": "depends_require_version_ok", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L96", "weight": 1.0}, {"source": "depends_get_module_constant", "target": "depends_maybe_close", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L130", "weight": 1.0}, {"source": "depends_get_module_constant", "target": "depends_extract_constant", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L143", "weight": 1.0}, {"source": "depends_rationale_21", "target": "depends_require", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L21", "weight": 1.0}, {"source": "depends_rationale_44", "target": "depends_require_full_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L44", "weight": 1.0}, {"source": "depends_rationale_50", "target": "depends_require_version_ok", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L50", "weight": 1.0}, {"source": "depends_rationale_61", "target": "depends_require_get_version", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L61", "weight": 1.0}, {"source": "depends_rationale_88", "target": "depends_require_is_present", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L88", "weight": 1.0}, {"source": "depends_rationale_92", "target": "depends_require_is_current", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L92", "weight": 1.0}, {"source": "depends_rationale_118", "target": "depends_get_module_constant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L118", "weight": 1.0}, {"source": "depends_rationale_148", "target": "depends_extract_constant", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L148", "weight": 1.0}], "raw_calls": [{"caller_nid": "depends_require_init", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L36"}, {"caller_nid": "depends_require_init", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L40"}, {"caller_nid": "depends_require_init", "callee": "locals", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L40"}, {"caller_nid": "depends_require_version_ok", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L54"}, {"caller_nid": "depends_require_version_ok", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L55"}, {"caller_nid": "depends_require_get_version", "callee": "find_module", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L73"}, {"caller_nid": "depends_require_get_version", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L77"}, {"caller_nid": "depends_require_get_version", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L83"}, {"caller_nid": "depends_require_is_current", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L96"}, {"caller_nid": "depends_maybe_close", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L106"}, {"caller_nid": "depends_maybe_close", "callee": "closing", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L108"}, {"caller_nid": "depends_get_module_constant", "callee": "find_module", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L125"}, {"caller_nid": "depends_get_module_constant", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L132"}, {"caller_nid": "depends_get_module_constant", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L133"}, {"caller_nid": "depends_get_module_constant", "callee": "get_frozen_object", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L135"}, {"caller_nid": "depends_get_module_constant", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L137"}, {"caller_nid": "depends_get_module_constant", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L137"}, {"caller_nid": "depends_get_module_constant", "callee": "get_module", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L140"}, {"caller_nid": "depends_get_module_constant", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L141"}, {"caller_nid": "depends_extract_constant", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L163"}, {"caller_nid": "depends_extract_constant", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L163"}, {"caller_nid": "depends_extract_constant", "callee": "Bytecode", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/depends.py", "source_location": "L171"}]}