Files
tfm_ainventory/graphify-out/cache/68cf566aa8d29fb9d12e4888a21809c9def5efa9bab806eb1ebc2d1539c98c68.json

1 line
6.8 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "label": "test_weakref.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L1"}, {"id": "test_weakref_weakreftests", "label": "WeakRefTests", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L8"}, {"id": "testcase", "label": "TestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_weakref_weakreftests_test_dead_weakref", "label": ".test_dead_weakref()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L9"}, {"id": "test_weakref_weakreftests_test_inactive_weakref", "label": ".test_inactive_weakref()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L18"}, {"id": "test_weakref_weakreftests_test_dealloc_weakref", "label": ".test_dealloc_weakref()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L23"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "target": "gc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "target": "weakref", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "target": "greenlet", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "target": "backend_venv_lib_python3_12_site_packages_greenlet_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_weakref_py", "target": "test_weakref_weakreftests", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L8", "weight": 1.0}, {"source": "test_weakref_weakreftests", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L8", "weight": 1.0}, {"source": "test_weakref_weakreftests", "target": "test_weakref_weakreftests_test_dead_weakref", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L9", "weight": 1.0}, {"source": "test_weakref_weakreftests", "target": "test_weakref_weakreftests_test_inactive_weakref", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L18", "weight": 1.0}, {"source": "test_weakref_weakreftests", "target": "test_weakref_weakreftests_test_dealloc_weakref", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L23", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_weakref_weakreftests_test_dead_weakref", "callee": "ref", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L14"}, {"caller_nid": "test_weakref_weakreftests_test_dead_weakref", "callee": "_dead_greenlet", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L14"}, {"caller_nid": "test_weakref_weakreftests_test_dead_weakref", "callee": "collect", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L15"}, {"caller_nid": "test_weakref_weakreftests_test_dead_weakref", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L16"}, {"caller_nid": "test_weakref_weakreftests_test_dead_weakref", "callee": "o", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L16"}, {"caller_nid": "test_weakref_weakreftests_test_inactive_weakref", "callee": "ref", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L19"}, {"caller_nid": "test_weakref_weakreftests_test_inactive_weakref", "callee": "greenlet", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L19"}, {"caller_nid": "test_weakref_weakreftests_test_inactive_weakref", "callee": "collect", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L20"}, {"caller_nid": "test_weakref_weakreftests_test_inactive_weakref", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L21"}, {"caller_nid": "test_weakref_weakreftests_test_inactive_weakref", "callee": "o", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L21"}, {"caller_nid": "test_weakref_weakreftests_test_dealloc_weakref", "callee": "greenlet", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L30"}, {"caller_nid": "test_weakref_weakreftests_test_dealloc_weakref", "callee": "switch", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L31"}, {"caller_nid": "test_weakref_weakreftests_test_dealloc_weakref", "callee": "greenlet", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L32"}, {"caller_nid": "test_weakref_weakreftests_test_dealloc_weakref", "callee": "ref", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L33"}, {"caller_nid": "test_weakref_weakreftests_test_dealloc_weakref", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_weakref.py", "source_location": "L35"}]}