Files
tfm_ainventory/graphify-out/cache/634fdf2ed1912f9b7f1246a0876beed892ae9e104628c90471447477d912d6f3.json

1 line
15 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "label": "_contextmanagers.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L1"}, {"id": "contextmanagers_supportsctxmgr", "label": "_SupportsCtxMgr", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L13"}, {"id": "contextmanagers_supportsctxmgr_contextmanager", "label": ".__contextmanager__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L14"}, {"id": "contextmanagers_supportsasyncctxmgr", "label": "_SupportsAsyncCtxMgr", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L17"}, {"id": "contextmanagers_supportsasyncctxmgr_asynccontextmanager", "label": ".__asynccontextmanager__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L18"}, {"id": "contextmanagers_contextmanagermixin", "label": "ContextManagerMixin", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L23"}, {"id": "contextmanagers_enter", "label": "__enter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L41"}, {"id": "contextmanagers_exit", "label": "__exit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L75"}, {"id": "contextmanagers_contextmanager", "label": "__contextmanager__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L95"}, {"id": "contextmanagers_asynccontextmanagermixin", "label": "AsyncContextManagerMixin", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L109"}, {"id": "contextmanagers_aenter", "label": "__aenter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L127"}, {"id": "contextmanagers_aexit", "label": "__aexit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L168"}, {"id": "contextmanagers_asynccontextmanager", "label": "__asynccontextmanager__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L187"}, {"id": "contextmanagers_rationale_24", "label": "Mixin class providing context manager functionality via a generator-based im", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L24"}, {"id": "contextmanagers_rationale_96", "label": "Implement your context manager logic here. This method **must** be deco", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L96"}, {"id": "contextmanagers_rationale_110", "label": "Mixin class providing async context manager functionality via a generator-based", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L110"}, {"id": "contextmanagers_rationale_190", "label": "Implement your async context manager logic here. This method **must** b", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L190"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "inspect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_supportsctxmgr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L13", "weight": 1.0}, {"source": "contextmanagers_supportsctxmgr", "target": "contextmanagers_supportsctxmgr_contextmanager", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_supportsasyncctxmgr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L17", "weight": 1.0}, {"source": "contextmanagers_supportsasyncctxmgr", "target": "contextmanagers_supportsasyncctxmgr_asynccontextmanager", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_contextmanagermixin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_enter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_exit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_contextmanager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_asynccontextmanagermixin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_aenter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L127", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_aexit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L168", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_contextmanagers_py", "target": "contextmanagers_asynccontextmanager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L187", "weight": 1.0}, {"source": "contextmanagers_enter", "target": "contextmanagers_contextmanager", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L49", "weight": 1.0}, {"source": "contextmanagers_aenter", "target": "contextmanagers_asynccontextmanager", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L135", "weight": 1.0}, {"source": "contextmanagers_rationale_24", "target": "contextmanagers_contextmanagermixin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L24", "weight": 1.0}, {"source": "contextmanagers_rationale_96", "target": "contextmanagers_contextmanagermixin_contextmanager", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L96", "weight": 1.0}, {"source": "contextmanagers_rationale_110", "target": "contextmanagers_asynccontextmanagermixin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L110", "weight": 1.0}, {"source": "contextmanagers_rationale_190", "target": "contextmanagers_asynccontextmanagermixin_asynccontextmanager", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L190", "weight": 1.0}], "raw_calls": [{"caller_nid": "contextmanagers_enter", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L43"}, {"caller_nid": "contextmanagers_enter", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L45"}, {"caller_nid": "contextmanagers_enter", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L50"}, {"caller_nid": "contextmanagers_enter", "callee": "isgenerator", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L51"}, {"caller_nid": "contextmanagers_enter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L52"}, {"caller_nid": "contextmanagers_enter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L58"}, {"caller_nid": "contextmanagers_enter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L64"}, {"caller_nid": "contextmanagers_exit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L82"}, {"caller_nid": "contextmanagers_exit", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L84"}, {"caller_nid": "contextmanagers_exit", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L92"}, {"caller_nid": "contextmanagers_aenter", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L129"}, {"caller_nid": "contextmanagers_aenter", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L131"}, {"caller_nid": "contextmanagers_aenter", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L136"}, {"caller_nid": "contextmanagers_aenter", "callee": "isasyncgen", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L137"}, {"caller_nid": "contextmanagers_aenter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L138"}, {"caller_nid": "contextmanagers_aenter", "callee": "iscoroutine", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L143"}, {"caller_nid": "contextmanagers_aenter", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L144"}, {"caller_nid": "contextmanagers_aenter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L145"}, {"caller_nid": "contextmanagers_aenter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L151"}, {"caller_nid": "contextmanagers_aenter", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L157"}, {"caller_nid": "contextmanagers_aexit", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L174"}, {"caller_nid": "contextmanagers_aexit", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L176"}, {"caller_nid": "contextmanagers_aexit", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py", "source_location": "L184"}]}