Files
tfm_ainventory/graphify-out/cache/4cdc68d71d01c379ee1d08f8d22697c625fcbbbdc8060030f2e17bc38b748593.json

1 line
8.9 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "label": "test_version.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L1"}, {"id": "test_version_suppress_deprecation", "label": "suppress_deprecation()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L10"}, {"id": "test_version_testversion", "label": "TestVersion", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L15"}, {"id": "test_version_testversion_test_prerelease", "label": ".test_prerelease()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L16"}, {"id": "test_version_testversion_test_cmp_strict", "label": ".test_cmp_strict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L25"}, {"id": "test_version_testversion_test_cmp", "label": ".test_cmp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L60"}, {"id": "test_version_rationale_1", "label": "Tests for distutils.version.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L1"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "target": "distutils", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "target": "distutils_version", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "target": "test_version_suppress_deprecation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "target": "test_version_testversion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L15", "weight": 1.0}, {"source": "test_version_testversion", "target": "test_version_testversion_test_prerelease", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L16", "weight": 1.0}, {"source": "test_version_testversion", "target": "test_version_testversion_test_cmp_strict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L25", "weight": 1.0}, {"source": "test_version_testversion", "target": "test_version_testversion_test_cmp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L60", "weight": 1.0}, {"source": "test_version_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_tests_test_version_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_version_suppress_deprecation", "callee": "suppress_known_deprecation", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L11"}, {"caller_nid": "test_version_testversion_test_prerelease", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L17"}, {"caller_nid": "test_version_testversion_test_prerelease", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L20"}, {"caller_nid": "test_version_testversion_test_prerelease", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L22"}, {"caller_nid": "test_version_testversion_test_prerelease", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L23"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L46"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L46"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L46"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "AssertionError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L51"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L53"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L53"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L55"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "StrictVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L55"}, {"caller_nid": "test_version_testversion_test_cmp_strict", "callee": "object", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L55"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L73"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "LooseVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L73"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "LooseVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L73"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L75"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "LooseVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L75"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "_cmp", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L77"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "LooseVersion", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L77"}, {"caller_nid": "test_version_testversion_test_cmp", "callee": "object", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py", "source_location": "L77"}]}