Files
tfm_ainventory/graphify-out/cache/89217fc0b3e4cb85fb49f3424d7c883f149f602c04c6c7cbd59aeeb6965138dc.json

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "label": "connection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L1"}, {"id": "connection_emscriptenhttpconnection", "label": "EmscriptenHTTPConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L25"}, {"id": "connection_emscriptenhttpconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L46"}, {"id": "connection_emscriptenhttpconnection_set_tunnel", "label": ".set_tunnel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L73"}, {"id": "connection_emscriptenhttpconnection_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L82"}, {"id": "connection_emscriptenhttpconnection_request", "label": ".request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L85"}, {"id": "connection_emscriptenhttpconnection_getresponse", "label": ".getresponse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L129"}, {"id": "connection_emscriptenhttpconnection_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L139"}, {"id": "connection_is_closed", "label": "is_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L144"}, {"id": "connection_is_connected", "label": "is_connected()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L152"}, {"id": "connection_has_connected_to_proxy", "label": "has_connected_to_proxy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L157"}, {"id": "connection_emscriptenhttpsconnection", "label": "EmscriptenHTTPSConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L165"}, {"id": "connection_emscriptenhttpsconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L182"}, {"id": "connection_emscriptenhttpsconnection_set_cert", "label": ".set_cert()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L242"}, {"id": "connection_rationale_145", "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/contrib/emscripten/connection.py", "source_location": "L145"}, {"id": "connection_rationale_153", "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/contrib/emscripten/connection.py", "source_location": "L153"}, {"id": "connection_rationale_158", "label": "Whether the connection has successfully connected to its proxy. This ret", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L158"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "http_client", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "http_client", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_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/contrib/emscripten/connection.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_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/contrib/emscripten/connection.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_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/contrib/emscripten/connection.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_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/contrib/emscripten/connection.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_fetch_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_request_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_response_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_base_connection_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "connection_emscriptenhttpconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L25", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L46", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_set_tunnel", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L73", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L82", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L85", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_getresponse", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L129", "weight": 1.0}, {"source": "connection_emscriptenhttpconnection", "target": "connection_emscriptenhttpconnection_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "connection_is_closed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L144", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "connection_is_connected", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "connection_has_connected_to_proxy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L157", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_contrib_emscripten_connection_py", "target": "connection_emscriptenhttpsconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L165", "weight": 1.0}, {"source": "connection_emscriptenhttpsconnection", "target": "connection_emscriptenhttpconnection", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L165", "weight": 1.0}, {"source": "connection_emscriptenhttpsconnection", "target": "connection_emscriptenhttpsconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L182", "weight": 1.0}, {"source": "connection_emscriptenhttpsconnection", "target": "connection_emscriptenhttpsconnection_set_cert", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L242", "weight": 1.0}, {"source": "connection_rationale_145", "target": "connection_emscriptenhttpconnection_is_closed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L145", "weight": 1.0}, {"source": "connection_rationale_153", "target": "connection_emscriptenhttpconnection_is_connected", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L153", "weight": 1.0}, {"source": "connection_rationale_158", "target": "connection_emscriptenhttpconnection_has_connected_to_proxy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L158", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_emscriptenhttpconnection_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L60"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L101"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "EmscriptenRequest", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L108"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "set_body", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L114"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L116"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "set_header", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L117"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "send_streaming_request", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L121"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "send_request", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L123"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "TimeoutError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L125"}, {"caller_nid": "connection_emscriptenhttpconnection_request", "callee": "HTTPException", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L127"}, {"caller_nid": "connection_emscriptenhttpconnection_getresponse", "callee": "EmscriptenHttpResponseWrapper", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L131"}, {"caller_nid": "connection_emscriptenhttpconnection_getresponse", "callee": "ResponseNotReady", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L137"}, {"caller_nid": "connection_emscriptenhttpsconnection_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L210"}, {"caller_nid": "connection_emscriptenhttpsconnection_init", "callee": "expanduser", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L232"}, {"caller_nid": "connection_emscriptenhttpsconnection_init", "callee": "expanduser", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py", "source_location": "L233"}]}