Files
tfm_ainventory/graphify-out/cache/21b4edd13025c149edc2f91f5b81b68a0e4f8dfaf980569214831ac118b69b09.json

1 line
6.1 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "label": "_testing.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L1"}, {"id": "testing_testrunner", "label": "TestRunner", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L11"}, {"id": "testing_testrunner_enter", "label": ".__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L17"}, {"id": "testing_exit", "label": "__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L21"}, {"id": "testing_run_asyncgen_fixture", "label": "run_asyncgen_fixture()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L29"}, {"id": "testing_run_fixture", "label": "run_fixture()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L43"}, {"id": "testing_run_test", "label": "run_test()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L57"}, {"id": "testing_rationale_12", "label": "Encapsulates a running event loop. Every call made through this object will use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L12"}, {"id": "testing_rationale_34", "label": "Run an async generator fixture. :param fixture_func: the fixture functi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L34"}, {"id": "testing_rationale_48", "label": "Run an async fixture. :param fixture_func: the fixture function", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L48"}, {"id": "testing_rationale_60", "label": "Run an async test function. :param test_func: the test function", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L60"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "testing_testrunner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L11", "weight": 1.0}, {"source": "testing_testrunner", "target": "testing_testrunner_enter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "testing_exit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "testing_run_asyncgen_fixture", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "testing_run_fixture", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_testing_py", "target": "testing_run_test", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L57", "weight": 1.0}, {"source": "testing_rationale_12", "target": "testing_testrunner", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L12", "weight": 1.0}, {"source": "testing_rationale_34", "target": "testing_testrunner_run_asyncgen_fixture", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L34", "weight": 1.0}, {"source": "testing_rationale_48", "target": "testing_testrunner_run_fixture", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L48", "weight": 1.0}, {"source": "testing_rationale_60", "target": "testing_testrunner_run_test", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_testing.py", "source_location": "L60", "weight": 1.0}], "raw_calls": []}