Files
tfm_ainventory/graphify-out/cache/24027f6f569550111075bec94140a3e373f1e9a18a400783254bd5781ba9db81.json

1 line
13 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "label": "test_cpp.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L1"}, {"id": "test_cpp_cpptests", "label": "CPPTests", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L13"}, {"id": "testcase", "label": "TestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_cpp_cpptests_test_exception_switch", "label": ".test_exception_switch()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L14"}, {"id": "test_cpp_cpptests_do_test_unhandled_exception", "label": "._do_test_unhandled_exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L23"}, {"id": "test_cpp_cpptests_test_unhandled_nonstd_exception_aborts", "label": ".test_unhandled_nonstd_exception_aborts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L46"}, {"id": "test_cpp_cpptests_test_unhandled_std_exception_aborts", "label": ".test_unhandled_std_exception_aborts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L50"}, {"id": "test_cpp_test_unhandled_std_exception_as_greenlet_function_aborts", "label": "test_unhandled_std_exception_as_greenlet_function_aborts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L56"}, {"id": "test_cpp_cpptests_test_unhandled_exception_in_greenlet_aborts", "label": ".test_unhandled_exception_in_greenlet_aborts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L68"}, {"id": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "label": ".test_leak_test_exception_switch_and_do_in_g2()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L73"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "gc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "unittest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "greenlet", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "objgraph", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_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_cpp.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_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_cpp.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_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_cpp.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "test_cpp_cpptests", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L13", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "testcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L13", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_test_exception_switch", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L14", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_do_test_unhandled_exception", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L23", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_test_unhandled_nonstd_exception_aborts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L46", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_test_unhandled_std_exception_aborts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_greenlet_tests_test_cpp_py", "target": "test_cpp_test_unhandled_std_exception_as_greenlet_function_aborts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L56", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_test_unhandled_exception_in_greenlet_aborts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L68", "weight": 1.0}, {"source": "test_cpp_cpptests", "target": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L73", "weight": 1.0}, {"source": "test_cpp_cpptests_test_unhandled_nonstd_exception_aborts", "target": "test_cpp_cpptests_do_test_unhandled_exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L48", "weight": 1.0}, {"source": "test_cpp_cpptests_test_unhandled_std_exception_aborts", "target": "test_cpp_cpptests_do_test_unhandled_exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L52", "weight": 1.0}, {"source": "test_cpp_test_unhandled_std_exception_as_greenlet_function_aborts", "target": "test_cpp_cpptests_do_test_unhandled_exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L58", "weight": 1.0}, {"source": "test_cpp_cpptests_test_unhandled_exception_in_greenlet_aborts", "target": "test_cpp_cpptests_do_test_unhandled_exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L70", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L16"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "greenlet", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L17"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "switch", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L18"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L19"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L20"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L21"}, {"caller_nid": "test_cpp_cpptests_test_exception_switch", "callee": "switch", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L21"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L26"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L27"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L30"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L32"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "check_output", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L33"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "get_expected_returncodes_for_aborted_process", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L40"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "assertIn", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L41"}, {"caller_nid": "test_cpp_cpptests_do_test_unhandled_exception", "callee": "assertIn", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L42"}, {"caller_nid": "test_cpp_test_unhandled_std_exception_as_greenlet_function_aborts", "callee": "assertIn", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L59"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "collect", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L77"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L78"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L80"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "assertRaises", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L81"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "test_exception_switch_and_do_in_g2", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L82"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "collect", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L84"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L85"}, {"caller_nid": "test_cpp_cpptests_test_leak_test_exception_switch_and_do_in_g2", "callee": "assertEqual", "source_file": "backend/venv/lib/python3.12/site-packages/greenlet/tests/test_cpp.py", "source_location": "L87"}]}