Files
tfm_ainventory/graphify-out/cache/b9668566dcaa6d07a458536809556e020b450ea6770a6890675fd97f72132ffd.json
2026-04-26 12:03:59 +03:00

1 line
44 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "label": "connection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L1"}, {"id": "connection_basesslerror", "label": "BaseSSLError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L24"}, {"id": "baseexception", "label": "BaseException", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_connectionerror", "label": "ConnectionError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L33"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_brokenpipeerror", "label": "BrokenPipeError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L42"}, {"id": "connection_httpconnection", "label": "HTTPConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L76"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_httpconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L115"}, {"id": "connection_host", "label": "host()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L133"}, {"id": "connection_httpconnection_new_conn", "label": "._new_conn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L161"}, {"id": "connection_httpconnection_is_using_tunnel", "label": "._is_using_tunnel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L192"}, {"id": "connection_httpconnection_prepare_conn", "label": "._prepare_conn()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L196"}, {"id": "connection_httpconnection_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L204"}, {"id": "connection_httpconnection_putrequest", "label": ".putrequest()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L208"}, {"id": "connection_httpconnection_putheader", "label": ".putheader()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L221"}, {"id": "connection_httpconnection_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L231"}, {"id": "connection_httpconnection_request_chunked", "label": ".request_chunked()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L246"}, {"id": "connection_httpsconnection", "label": "HTTPSConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L286"}, {"id": "connection_httpsconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L302"}, {"id": "connection_httpsconnection_set_cert", "label": ".set_cert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L328"}, {"id": "connection_httpsconnection_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L361"}, {"id": "connection_httpsconnection_connect_tls_proxy", "label": "._connect_tls_proxy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L479"}, {"id": "connection_match_hostname", "label": "_match_hostname()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L536"}, {"id": "connection_get_default_user_agent", "label": "_get_default_user_agent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L558"}, {"id": "connection_dummyconnection", "label": "DummyConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L562"}, {"id": "connection_rationale_77", "label": "Based on :class:`http.client.HTTPConnection` but provides an extra constructor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L77"}, {"id": "connection_rationale_134", "label": "Getter method to remove any trailing dots that indicate the hostname is an FQDN.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L134"}, {"id": "connection_rationale_153", "label": "Setter for the `host` property. We assume that only urllib3 uses the _d", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L153"}, {"id": "connection_rationale_162", "label": "Establish a socket connection and set nodelay settings on it. :return:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L162"}, {"id": "connection_rationale_247", "label": "Alternative to the common request method, which sends the body with chun", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L247"}, {"id": "connection_rationale_287", "label": "Many of the parameters to this constructor are passed to the underlying SSL", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L287"}, {"id": "connection_rationale_340", "label": "This method should only be called once, before the connection is used.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L340"}, {"id": "connection_rationale_480", "label": "Establish a TLS connection to the proxy using the provided SSL context.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L480"}, {"id": "connection_rationale_563", "label": "Used to detect a failed ConnectionCls import.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L563"}, {"id": "connection_rationale_199", "label": "# TODO: Fix tunnel so it doesn't depend on self.sock state.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L199"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "datetime", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "socket", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "socket", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_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/connection.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_six_moves_http_client_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_packages_six_moves_http_client_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_proxy_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_basesslerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L24", "weight": 1.0}, {"source": "connection_basesslerror", "target": "baseexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_connectionerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L33", "weight": 1.0}, {"source": "connection_connectionerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_brokenpipeerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L42", "weight": 1.0}, {"source": "connection_brokenpipeerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_collections_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_version_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_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/connection.py", "source_location": "L48", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_ssl_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_util_ssl_match_hostname_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_httpconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L76", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L76", "weight": 1.0}, {"source": "connection_httpconnection", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L76", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L115", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_host", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L133", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_host", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L152", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_new_conn", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L161", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_is_using_tunnel", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L192", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_prepare_conn", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L196", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L204", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_putrequest", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L208", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_putheader", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L221", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L231", "weight": 1.0}, {"source": "connection_httpconnection", "target": "connection_httpconnection_request_chunked", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L246", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_httpsconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L286", "weight": 1.0}, {"source": "connection_httpsconnection", "target": "connection_httpconnection", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L286", "weight": 1.0}, {"source": "connection_httpsconnection", "target": "connection_httpsconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L302", "weight": 1.0}, {"source": "connection_httpsconnection", "target": "connection_httpsconnection_set_cert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L328", "weight": 1.0}, {"source": "connection_httpsconnection", "target": "connection_httpsconnection_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L361", "weight": 1.0}, {"source": "connection_httpsconnection", "target": "connection_httpsconnection_connect_tls_proxy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L479", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_match_hostname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L536", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_get_default_user_agent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L558", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "target": "connection_dummyconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L562", "weight": 1.0}, {"source": "connection_dummyconnection", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L562", "weight": 1.0}, {"source": "connection_httpconnection_init", "target": "connection_httpsconnection_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L130", "weight": 1.0}, {"source": "connection_httpconnection_prepare_conn", "target": "connection_httpconnection_is_using_tunnel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L198", "weight": 1.0}, {"source": "connection_httpconnection_connect", "target": "connection_httpconnection_new_conn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L205", "weight": 1.0}, {"source": "connection_httpconnection_connect", "target": "connection_httpconnection_prepare_conn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L206", "weight": 1.0}, {"source": "connection_httpconnection_request", "target": "connection_get_default_user_agent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L243", "weight": 1.0}, {"source": "connection_httpconnection_request_chunked", "target": "connection_httpconnection_putrequest", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L255", "weight": 1.0}, {"source": "connection_httpconnection_request_chunked", "target": "connection_httpconnection_putheader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L259", "weight": 1.0}, {"source": "connection_httpconnection_request_chunked", "target": "connection_get_default_user_agent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L259", "weight": 1.0}, {"source": "connection_httpsconnection_connect", "target": "connection_httpconnection_new_conn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L363", "weight": 1.0}, {"source": "connection_httpsconnection_connect", "target": "connection_httpconnection_is_using_tunnel", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L367", "weight": 1.0}, {"source": "connection_httpsconnection_connect", "target": "connection_httpsconnection_connect_tls_proxy", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L369", "weight": 1.0}, {"source": "connection_httpsconnection_connect", "target": "connection_match_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L472", "weight": 1.0}, {"source": "connection_httpsconnection_connect_tls_proxy", "target": "connection_match_hostname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L530", "weight": 1.0}, {"source": "connection_rationale_77", "target": "connection_httpconnection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L77", "weight": 1.0}, {"source": "connection_rationale_134", "target": "connection_httpconnection_host", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L134", "weight": 1.0}, {"source": "connection_rationale_153", "target": "connection_httpconnection_host", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L153", "weight": 1.0}, {"source": "connection_rationale_162", "target": "connection_httpconnection_new_conn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L162", "weight": 1.0}, {"source": "connection_rationale_247", "target": "connection_httpconnection_request_chunked", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L247", "weight": 1.0}, {"source": "connection_rationale_287", "target": "connection_httpsconnection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L287", "weight": 1.0}, {"source": "connection_rationale_340", "target": "connection_httpsconnection_set_cert", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L340", "weight": 1.0}, {"source": "connection_rationale_480", "target": "connection_httpsconnection_connect_tls_proxy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L480", "weight": 1.0}, {"source": "connection_rationale_563", "target": "connection_dummyconnection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L563", "weight": 1.0}, {"source": "connection_rationale_199", "target": "backend_venv_lib_python3_12_site_packages_pip_vendor_urllib3_connection_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L199", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_httpconnection_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L117"}, {"caller_nid": "connection_httpconnection_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L120"}, {"caller_nid": "connection_httpconnection_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L124"}, {"caller_nid": "connection_httpconnection_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L127"}, {"caller_nid": "connection_httpconnection_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L128"}, {"caller_nid": "connection_host", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L149"}, {"caller_nid": "connection_httpconnection_new_conn", "callee": "create_connection", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L174"}, {"caller_nid": "connection_httpconnection_new_conn", "callee": "ConnectTimeoutError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L179"}, {"caller_nid": "connection_httpconnection_new_conn", "callee": "NewConnectionError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L186"}, {"caller_nid": "connection_httpconnection_is_using_tunnel", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L194"}, {"caller_nid": "connection_httpconnection_prepare_conn", "callee": "_tunnel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L200"}, {"caller_nid": "connection_httpconnection_putrequest", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L212"}, {"caller_nid": "connection_httpconnection_putrequest", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L214"}, {"caller_nid": "connection_httpconnection_putrequest", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L216"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L223"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L223"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "ensure_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L225"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L225"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L226"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L228"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L228"}, {"caller_nid": "connection_httpconnection_putheader", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L228"}, {"caller_nid": "connection_httpconnection_request", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L234"}, {"caller_nid": "connection_httpconnection_request", "callee": "settimeout", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L235"}, {"caller_nid": "connection_httpconnection_request", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L241"}, {"caller_nid": "connection_httpconnection_request", "callee": "ensure_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L242"}, {"caller_nid": "connection_httpconnection_request", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L242"}, {"caller_nid": "connection_httpconnection_request", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L244"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L252"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "ensure_str", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L252"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L252"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L260"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "endheaders", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L264"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L268"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L273"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L274"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "hex", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L275"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L275"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L276"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L276"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L280"}, {"caller_nid": "connection_httpconnection_request_chunked", "callee": "send", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L283"}, {"caller_nid": "connection_httpsconnection_set_cert", "callee": "resolve_cert_reqs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L349"}, {"caller_nid": "connection_httpsconnection_set_cert", "callee": "expanduser", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L357"}, {"caller_nid": "connection_httpsconnection_set_cert", "callee": "expanduser", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L358"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "_tunnel", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L374"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "today", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L385"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L387"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L388"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "create_urllib3_context", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L400"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "resolve_ssl_version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L401"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "resolve_cert_reqs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L402"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "resolve_cert_reqs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L406"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L415"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "load_default_certs", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L417"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "ssl_wrap_socket", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L419"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L438"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L439"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L441"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "version", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L445"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "assert_fingerprint", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L450"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "getpeercert", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L451"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L455"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "getpeercert", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L461"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L462"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L463"}, {"caller_nid": "connection_httpsconnection_connect", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L465"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "ssl_wrap_socket", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L488"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "create_proxy_ssl_context", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L494"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "ssl_wrap_socket", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L504"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L513"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "getpeercert", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L519"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L520"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L521"}, {"caller_nid": "connection_httpsconnection_connect_tls_proxy", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L523"}, {"caller_nid": "connection_match_hostname", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L540"}, {"caller_nid": "connection_match_hostname", "callee": "is_ipaddress", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L541"}, {"caller_nid": "connection_match_hostname", "callee": "match_hostname", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L545"}, {"caller_nid": "connection_match_hostname", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py", "source_location": "L547"}]}