Files
tfm_ainventory/graphify-out/cache/2e944a56f4d91413accd54ec3c23a24afd00d5f3c81df2243bd5f290b7359e49.json

1 line
20 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "label": "_eventloop.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L1"}, {"id": "eventloop_run", "label": "run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L38"}, {"id": "eventloop_sleep", "label": "sleep()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L82"}, {"id": "eventloop_sleep_forever", "label": "sleep_forever()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L92"}, {"id": "eventloop_sleep_until", "label": "sleep_until()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L104"}, {"id": "eventloop_current_time", "label": "current_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L118"}, {"id": "eventloop_get_all_backends", "label": "get_all_backends()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L130"}, {"id": "eventloop_get_available_backends", "label": "get_available_backends()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L135"}, {"id": "eventloop_get_cancelled_exc_class", "label": "get_cancelled_exc_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L156"}, {"id": "eventloop_claim_worker_thread", "label": "claim_worker_thread()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L173"}, {"id": "eventloop_get_async_backend", "label": "get_async_backend()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L185"}, {"id": "eventloop_current_async_library", "label": "current_async_library()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L205"}, {"id": "eventloop_set_current_async_library", "label": "set_current_async_library()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L224"}, {"id": "eventloop_reset_current_async_library", "label": "reset_current_async_library()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L232"}, {"id": "eventloop_rationale_44", "label": "Run the given coroutine function in an asynchronous event loop. The current", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L44"}, {"id": "eventloop_rationale_83", "label": "Pause the current task for the specified duration. :param delay: the durati", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L83"}, {"id": "eventloop_rationale_93", "label": "Pause the current task until it's cancelled. This is a shortcut for ``sleep", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L93"}, {"id": "eventloop_rationale_105", "label": "Pause the current task until the given time. :param deadline: the absolute", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L105"}, {"id": "eventloop_rationale_119", "label": "Return the current value of the event loop's internal clock. :return: the c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L119"}, {"id": "eventloop_rationale_131", "label": "Return a tuple of the names of all built-in backends.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L131"}, {"id": "eventloop_rationale_136", "label": "Test for the availability of built-in backends. :return a tuple of the buil", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L136"}, {"id": "eventloop_rationale_157", "label": "Return the current async library's cancellation exception class. :raises No", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L157"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "contextvars", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "importlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "sniffio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_run", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_sleep", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_sleep_forever", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_sleep_until", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L104", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_current_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_get_all_backends", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L130", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_get_available_backends", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L135", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_get_cancelled_exc_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L156", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_claim_worker_thread", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L173", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_get_async_backend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L185", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_current_async_library", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L205", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_set_current_async_library", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L224", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "target": "eventloop_reset_current_async_library", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L232", "weight": 1.0}, {"source": "eventloop_run", "target": "eventloop_current_async_library", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L61", "weight": 1.0}, {"source": "eventloop_run", "target": "eventloop_get_async_backend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L65", "weight": 1.0}, {"source": "eventloop_run", "target": "eventloop_set_current_async_library", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L73", "weight": 1.0}, {"source": "eventloop_run", "target": "eventloop_reset_current_async_library", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L79", "weight": 1.0}, {"source": "eventloop_sleep", "target": "eventloop_get_async_backend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L89", "weight": 1.0}, {"source": "eventloop_sleep_forever", "target": "eventloop_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L101", "weight": 1.0}, {"source": "eventloop_sleep_until", "target": "eventloop_current_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L114", "weight": 1.0}, {"source": "eventloop_sleep_until", "target": "eventloop_sleep", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L115", "weight": 1.0}, {"source": "eventloop_current_time", "target": "eventloop_get_async_backend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L127", "weight": 1.0}, {"source": "eventloop_get_available_backends", "target": "eventloop_get_all_backends", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L145", "weight": 1.0}, {"source": "eventloop_get_available_backends", "target": "eventloop_get_async_backend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L147", "weight": 1.0}, {"source": "eventloop_get_cancelled_exc_class", "target": "eventloop_get_async_backend", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L164", "weight": 1.0}, {"source": "eventloop_get_async_backend", "target": "eventloop_current_async_library", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L187", "weight": 1.0}, {"source": "eventloop_get_async_backend", "target": "eventloop_get_all_backends", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L191", "weight": 1.0}, {"source": "eventloop_rationale_44", "target": "eventloop_run", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L44", "weight": 1.0}, {"source": "eventloop_rationale_83", "target": "eventloop_sleep", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L83", "weight": 1.0}, {"source": "eventloop_rationale_93", "target": "eventloop_sleep_forever", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L93", "weight": 1.0}, {"source": "eventloop_rationale_105", "target": "eventloop_sleep_until", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L105", "weight": 1.0}, {"source": "eventloop_rationale_119", "target": "eventloop_current_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L119", "weight": 1.0}, {"source": "eventloop_rationale_131", "target": "eventloop_get_all_backends", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L131", "weight": 1.0}, {"source": "eventloop_rationale_136", "target": "eventloop_get_available_backends", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L136", "weight": 1.0}, {"source": "eventloop_rationale_157", "target": "eventloop_get_cancelled_exc_class", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L157", "weight": 1.0}], "raw_calls": [{"caller_nid": "eventloop_run", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L62"}, {"caller_nid": "eventloop_run", "callee": "LookupError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L67"}, {"caller_nid": "eventloop_sleep_until", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L115"}, {"caller_nid": "eventloop_get_available_backends", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L151"}, {"caller_nid": "eventloop_get_available_backends", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L153"}, {"caller_nid": "eventloop_get_cancelled_exc_class", "callee": "cancelled_exception_class", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L164"}, {"caller_nid": "eventloop_claim_worker_thread", "callee": "EventLoopToken", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L178"}, {"caller_nid": "eventloop_get_async_backend", "callee": "NoEventLoopError", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L189"}, {"caller_nid": "eventloop_get_async_backend", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L191"}, {"caller_nid": "eventloop_get_async_backend", "callee": "import_module", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L200"}, {"caller_nid": "eventloop_current_async_library", "callee": "get_running_loop", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L211"}, {"caller_nid": "eventloop_set_current_async_library", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L229"}, {"caller_nid": "eventloop_reset_current_async_library", "callee": "reset", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py", "source_location": "L234"}]}