1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "label": "wait.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L1"}, {"id": "wait_nowaytowaitforsocketerror", "label": "NoWayToWaitForSocketError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L14"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "wait_retry_on_intr", "label": "_retry_on_intr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L42"}, {"id": "wait_select_wait_for_socket", "label": "select_wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L70"}, {"id": "wait_poll_wait_for_socket", "label": "poll_wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L89"}, {"id": "wait_null_wait_for_socket", "label": "null_wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L109"}, {"id": "wait_have_working_poll", "label": "_have_working_poll()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L113"}, {"id": "wait_wait_for_socket", "label": "wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L126"}, {"id": "wait_wait_for_read", "label": "wait_for_read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L141"}, {"id": "wait_wait_for_write", "label": "wait_for_write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L148"}, {"id": "wait_rationale_142", "label": "Waits for reading to be available on a given socket. Returns True if the soc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L142"}, {"id": "wait_rationale_149", "label": "Waits for writing to be available on a given socket. Returns True if the soc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L149"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "errno", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "select", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_nowaytowaitforsocketerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L14", "weight": 1.0}, {"source": "wait_nowaytowaitforsocketerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_retry_on_intr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_retry_on_intr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_select_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_poll_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L89", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_null_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_have_working_poll", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_wait_for_read", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L141", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "target": "wait_wait_for_write", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L148", "weight": 1.0}, {"source": "wait_select_wait_for_socket", "target": "wait_retry_on_intr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L85", "weight": 1.0}, {"source": "wait_poll_wait_for_socket", "target": "wait_retry_on_intr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L106", "weight": 1.0}, {"source": "wait_null_wait_for_socket", "target": "wait_nowaytowaitforsocketerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L110", "weight": 1.0}, {"source": "wait_have_working_poll", "target": "wait_retry_on_intr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L119", "weight": 1.0}, {"source": "wait_wait_for_socket", "target": "wait_have_working_poll", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L132", "weight": 1.0}, {"source": "wait_wait_for_read", "target": "wait_wait_for_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L145", "weight": 1.0}, {"source": "wait_wait_for_write", "target": "wait_wait_for_socket", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L152", "weight": 1.0}, {"source": "wait_rationale_142", "target": "wait_wait_for_read", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L142", "weight": 1.0}, {"source": "wait_rationale_149", "target": "wait_wait_for_write", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L149", "weight": 1.0}], "raw_calls": [{"caller_nid": "wait_retry_on_intr", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L43"}, {"caller_nid": "wait_retry_on_intr", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L49"}, {"caller_nid": "wait_retry_on_intr", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L51"}, {"caller_nid": "wait_retry_on_intr", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L55"}, {"caller_nid": "wait_retry_on_intr", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L62"}, {"caller_nid": "wait_retry_on_intr", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L65"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L72"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L76"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L78"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L84"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L86"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L91"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "poll", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L97"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L98"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L106"}, {"caller_nid": "wait_have_working_poll", "callee": "poll", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L118"}, {"caller_nid": "wait_wait_for_socket", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py", "source_location": "L134"}]} |