1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "label": "_base_connection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L1"}, {"id": "base_connection_proxyconfig", "label": "ProxyConfig", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L12"}, {"id": "base_connection_responseoptions", "label": "_ResponseOptions", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L19"}, {"id": "base_connection_basehttpconnection", "label": "BaseHTTPConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L35"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_connection_basehttpconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L54"}, {"id": "base_connection_basehttpconnection_set_tunnel", "label": ".set_tunnel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L67"}, {"id": "base_connection_basehttpconnection_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L75"}, {"id": "base_connection_basehttpconnection_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L77"}, {"id": "base_connection_basehttpconnection_getresponse", "label": ".getresponse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L93"}, {"id": "base_connection_basehttpconnection_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L95"}, {"id": "base_connection_is_closed", "label": "is_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L98"}, {"id": "base_connection_is_connected", "label": "is_connected()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L105"}, {"id": "base_connection_has_connected_to_proxy", "label": "has_connected_to_proxy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L109"}, {"id": "base_connection_basehttpsconnection", "label": "BaseHTTPSConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L115"}, {"id": "base_connection_basehttpsconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L140"}, {"id": "base_connection_rationale_99", "label": "Whether the connection either is brand new or has been previously closed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L99"}, {"id": "base_connection_rationale_106", "label": "Whether the connection is actively connected to any origin (proxy or target)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L106"}, {"id": "base_connection_rationale_110", "label": "Whether the connection has successfully connected to its proxy. This", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L110"}, {"id": "base_connection_rationale_20", "label": "# TODO: Remove this in favor of a better", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L20"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_util_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_util_url_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_proxyconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_responseoptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_response_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_basehttpconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L35", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L35", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L54", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_set_tunnel", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L67", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L75", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L77", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_getresponse", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L93", "weight": 1.0}, {"source": "base_connection_basehttpconnection", "target": "base_connection_basehttpconnection_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_is_closed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_is_connected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L105", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_has_connected_to_proxy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "target": "base_connection_basehttpsconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L115", "weight": 1.0}, {"source": "base_connection_basehttpsconnection", "target": "base_connection_basehttpconnection", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L115", "weight": 1.0}, {"source": "base_connection_basehttpsconnection", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L115", "weight": 1.0}, {"source": "base_connection_basehttpsconnection", "target": "base_connection_basehttpsconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L140", "weight": 1.0}, {"source": "base_connection_rationale_99", "target": "base_connection_basehttpconnection_is_closed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L99", "weight": 1.0}, {"source": "base_connection_rationale_106", "target": "base_connection_basehttpconnection_is_connected", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L106", "weight": 1.0}, {"source": "base_connection_rationale_110", "target": "base_connection_basehttpconnection_has_connected_to_proxy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L110", "weight": 1.0}, {"source": "base_connection_rationale_20", "target": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/_base_connection.py", "source_location": "L20", "weight": 1.0}], "raw_calls": []} |