1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "label": "connection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L1"}, {"id": "connection_is_connection_dropped", "label": "is_connection_dropped()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L11"}, {"id": "connection_create_connection", "label": "create_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L37"}, {"id": "connection_set_socket_options", "label": "_set_socket_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L100"}, {"id": "connection_allowed_gai_family", "label": "allowed_gai_family()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L108"}, {"id": "connection_has_ipv6", "label": "_has_ipv6()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L119"}, {"id": "connection_rationale_12", "label": "Returns True if the connection is dropped and should be closed. :param conn", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L12"}, {"id": "connection_rationale_43", "label": "Connect to *address* and return the socket object. Convenience function. C", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L43"}, {"id": "connection_rationale_109", "label": "This function is designed to work in the context of getaddrinfo, where famil", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L109"}, {"id": "connection_rationale_120", "label": "Returns True if the system can bind an IPv6 address.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L120"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_contrib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_wait_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "connection_is_connection_dropped", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "connection_create_connection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "connection_set_socket_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "connection_allowed_gai_family", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_connection_py", "target": "connection_has_ipv6", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L119", "weight": 1.0}, {"source": "connection_create_connection", "target": "connection_allowed_gai_family", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L63", "weight": 1.0}, {"source": "connection_create_connection", "target": "connection_set_socket_options", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L79", "weight": 1.0}, {"source": "connection_rationale_12", "target": "connection_is_connection_dropped", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L12", "weight": 1.0}, {"source": "connection_rationale_43", "target": "connection_create_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L43", "weight": 1.0}, {"source": "connection_rationale_109", "target": "connection_allowed_gai_family", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L109", "weight": 1.0}, {"source": "connection_rationale_120", "target": "connection_has_ipv6", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L120", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_is_connection_dropped", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L21"}, {"caller_nid": "connection_is_connection_dropped", "callee": "wait_for_read", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L28"}, {"caller_nid": "connection_create_connection", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L56"}, {"caller_nid": "connection_create_connection", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L57"}, {"caller_nid": "connection_create_connection", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L66"}, {"caller_nid": "connection_create_connection", "callee": "raise_from", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L68"}, {"caller_nid": "connection_create_connection", "callee": "LocationParseError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L69"}, {"caller_nid": "connection_create_connection", "callee": "getaddrinfo", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L72"}, {"caller_nid": "connection_create_connection", "callee": "socket", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L76"}, {"caller_nid": "connection_create_connection", "callee": "settimeout", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L82"}, {"caller_nid": "connection_create_connection", "callee": "bind", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L84"}, {"caller_nid": "connection_create_connection", "callee": "connect", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L85"}, {"caller_nid": "connection_create_connection", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L91"}, {"caller_nid": "connection_create_connection", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L97"}, {"caller_nid": "connection_set_socket_options", "callee": "setsockopt", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L105"}, {"caller_nid": "connection_has_ipv6", "callee": "is_appengine_sandbox", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L128"}, {"caller_nid": "connection_has_ipv6", "callee": "socket", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L138"}, {"caller_nid": "connection_has_ipv6", "callee": "bind", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L139"}, {"caller_nid": "connection_has_ipv6", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py", "source_location": "L145"}]} |