1 line
7.9 KiB
JSON
1 line
7.9 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "label": "wait.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L1"}, {"id": "wait_select_wait_for_socket", "label": "select_wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L33"}, {"id": "wait_poll_wait_for_socket", "label": "poll_wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L57"}, {"id": "wait_have_working_poll", "label": "_have_working_poll()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L82"}, {"id": "wait_wait_for_socket", "label": "wait_for_socket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L95"}, {"id": "wait_wait_for_read", "label": "wait_for_read()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L113"}, {"id": "wait_wait_for_write", "label": "wait_for_write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L120"}, {"id": "wait_rationale_114", "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/urllib3/util/wait.py", "source_location": "L114"}, {"id": "wait_rationale_121", "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/urllib3/util/wait.py", "source_location": "L121"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "select", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_select_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_poll_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_have_working_poll", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_wait_for_socket", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_wait_for_read", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_wait_py", "target": "wait_wait_for_write", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L120", "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/urllib3/util/wait.py", "source_location": "L106", "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/urllib3/util/wait.py", "source_location": "L117", "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/urllib3/util/wait.py", "source_location": "L124", "weight": 1.0}, {"source": "wait_rationale_114", "target": "wait_wait_for_read", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L114", "weight": 1.0}, {"source": "wait_rationale_121", "target": "wait_wait_for_write", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L121", "weight": 1.0}], "raw_calls": [{"caller_nid": "wait_select_wait_for_socket", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L40"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L44"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L46"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L52"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L53"}, {"caller_nid": "wait_select_wait_for_socket", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L54"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L64"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "poll", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L70"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L71"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "bool", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L79"}, {"caller_nid": "wait_poll_wait_for_socket", "callee": "do_poll", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L79"}, {"caller_nid": "wait_have_working_poll", "callee": "poll", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L87"}, {"caller_nid": "wait_have_working_poll", "callee": "poll", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L88"}, {"caller_nid": "wait_wait_for_socket", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/wait.py", "source_location": "L108"}]} |