1 line
8.7 KiB
JSON
1 line
8.7 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "label": "_testing.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L1"}, {"id": "testing_taskinfo", "label": "TaskInfo", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L9"}, {"id": "testing_taskinfo_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L22"}, {"id": "testing_taskinfo_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L36"}, {"id": "testing_taskinfo_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L42"}, {"id": "testing_taskinfo_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L45"}, {"id": "testing_taskinfo_has_pending_cancellation", "label": ".has_pending_cancellation()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L48"}, {"id": "testing_get_current_task", "label": "get_current_task()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L56"}, {"id": "testing_get_running_tasks", "label": "get_running_tasks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L68"}, {"id": "testing_wait_all_tasks_blocked", "label": "wait_all_tasks_blocked()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L80"}, {"id": "testing_rationale_10", "label": "Represents an asynchronous task. :ivar int id: the unique identifier of the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L10"}, {"id": "testing_rationale_49", "label": "Return ``True`` if the task has a cancellation pending, ``False`` otherwise.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L49"}, {"id": "testing_rationale_57", "label": "Return the current task. :return: a representation of the current task", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L57"}, {"id": "testing_rationale_69", "label": "Return a list of running tasks in the current event loop. :return: a list o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L69"}, {"id": "testing_rationale_81", "label": "Wait until all other tasks are waiting for something.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L81"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_core_eventloop_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "testing_taskinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L9", "weight": 1.0}, {"source": "testing_taskinfo", "target": "testing_taskinfo_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L22", "weight": 1.0}, {"source": "testing_taskinfo", "target": "testing_taskinfo_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L36", "weight": 1.0}, {"source": "testing_taskinfo", "target": "testing_taskinfo_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L42", "weight": 1.0}, {"source": "testing_taskinfo", "target": "testing_taskinfo_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L45", "weight": 1.0}, {"source": "testing_taskinfo", "target": "testing_taskinfo_has_pending_cancellation", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "testing_get_current_task", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "testing_get_running_tasks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_core_testing_py", "target": "testing_wait_all_tasks_blocked", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L80", "weight": 1.0}, {"source": "testing_rationale_10", "target": "testing_taskinfo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L10", "weight": 1.0}, {"source": "testing_rationale_49", "target": "testing_taskinfo_has_pending_cancellation", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L49", "weight": 1.0}, {"source": "testing_rationale_57", "target": "testing_get_current_task", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L57", "weight": 1.0}, {"source": "testing_rationale_69", "target": "testing_get_running_tasks", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L69", "weight": 1.0}, {"source": "testing_rationale_81", "target": "testing_wait_all_tasks_blocked", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L81", "weight": 1.0}], "raw_calls": [{"caller_nid": "testing_taskinfo_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L37"}, {"caller_nid": "testing_taskinfo_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L43"}, {"caller_nid": "testing_get_current_task", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L65"}, {"caller_nid": "testing_get_running_tasks", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L77"}, {"caller_nid": "testing_get_running_tasks", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L77"}, {"caller_nid": "testing_wait_all_tasks_blocked", "callee": "get_async_backend", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/_core/_testing.py", "source_location": "L82"}]} |