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

1 line
6.1 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "label": "concurrency.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L1"}, {"id": "concurrency_run_until_first_complete", "label": "run_until_first_complete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L14"}, {"id": "concurrency_run_in_threadpool", "label": "run_in_threadpool()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L30"}, {"id": "concurrency_stopiteration", "label": "_StopIteration", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L35"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "concurrency_next", "label": "_next()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L39"}, {"id": "concurrency_iterate_in_threadpool", "label": "iterate_in_threadpool()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L49"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "anyio_to_thread", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "concurrency_run_until_first_complete", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "concurrency_run_in_threadpool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "concurrency_stopiteration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L35", "weight": 1.0}, {"source": "concurrency_stopiteration", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "concurrency_next", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_concurrency_py", "target": "concurrency_iterate_in_threadpool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L49", "weight": 1.0}], "raw_calls": [{"caller_nid": "concurrency_run_until_first_complete", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L15"}, {"caller_nid": "concurrency_run_until_first_complete", "callee": "create_task_group", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L20"}, {"caller_nid": "concurrency_run_until_first_complete", "callee": "start_soon", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L27"}, {"caller_nid": "concurrency_run_until_first_complete", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L27"}, {"caller_nid": "concurrency_run_in_threadpool", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L31"}, {"caller_nid": "concurrency_run_in_threadpool", "callee": "run_sync", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L32"}, {"caller_nid": "concurrency_next", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L44"}, {"caller_nid": "concurrency_iterate_in_threadpool", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L52"}, {"caller_nid": "concurrency_iterate_in_threadpool", "callee": "run_sync", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/concurrency.py", "source_location": "L55"}]}