Files
tfm_ainventory/graphify-out/cache/ed7eb4240ff76eacda858574f23668eb5883d8464a6bc923d8b88eb827ffe7b0.json

1 line
19 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "label": "connection.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L1"}, {"id": "connection_exponential_backoff", "label": "exponential_backoff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L25"}, {"id": "connection_asynchttpconnection", "label": "AsyncHTTPConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L38"}, {"id": "asyncconnectioninterface", "label": "AsyncConnectionInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "connection_asynchttpconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L39"}, {"id": "connection_asynchttpconnection_handle_async_request", "label": ".handle_async_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L69"}, {"id": "connection_asynchttpconnection_connect", "label": "._connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L105"}, {"id": "connection_asynchttpconnection_can_handle_request", "label": ".can_handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L167"}, {"id": "connection_asynchttpconnection_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L170"}, {"id": "connection_asynchttpconnection_is_available", "label": ".is_available()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L175"}, {"id": "connection_asynchttpconnection_has_expired", "label": ".has_expired()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L187"}, {"id": "connection_asynchttpconnection_is_idle", "label": ".is_idle()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L192"}, {"id": "connection_asynchttpconnection_is_closed", "label": ".is_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L197"}, {"id": "connection_asynchttpconnection_info", "label": ".info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L202"}, {"id": "connection_asynchttpconnection_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L207"}, {"id": "connection_asynchttpconnection_aenter", "label": ".__aenter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L213"}, {"id": "connection_asynchttpconnection_aexit", "label": ".__aexit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L216"}, {"id": "connection_rationale_26", "label": "Generate a geometric sequence that has a ratio of 2 and starts with 0. For", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L26"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_auto_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_backends_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_models_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_ssl_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_synchronization_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_trace_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_async_http11_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "backend_venv_lib_python3_12_site_packages_httpcore_async_interfaces_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "connection_exponential_backoff", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_connection_py", "target": "connection_asynchttpconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L38", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "asyncconnectioninterface", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L38", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L39", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_handle_async_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L69", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L105", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_can_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L167", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L170", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_is_available", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L175", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_has_expired", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L187", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_is_idle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L192", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_is_closed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L197", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L202", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L207", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_aenter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L213", "weight": 1.0}, {"source": "connection_asynchttpconnection", "target": "connection_asynchttpconnection_aexit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L216", "weight": 1.0}, {"source": "connection_asynchttpconnection_handle_async_request", "target": "connection_asynchttpconnection_can_handle_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L70", "weight": 1.0}, {"source": "connection_asynchttpconnection_handle_async_request", "target": "connection_asynchttpconnection_connect", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L78", "weight": 1.0}, {"source": "connection_asynchttpconnection_connect", "target": "connection_exponential_backoff", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L111", "weight": 1.0}, {"source": "connection_asynchttpconnection_repr", "target": "connection_asynchttpconnection_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L208", "weight": 1.0}, {"source": "connection_asynchttpconnection_aexit", "target": "connection_asynchttpconnection_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L222", "weight": 1.0}, {"source": "connection_rationale_26", "target": "connection_exponential_backoff", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "connection_exponential_backoff", "callee": "count", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L34"}, {"caller_nid": "connection_asynchttpconnection_init", "callee": "AutoBackend", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L62"}, {"caller_nid": "connection_asynchttpconnection_init", "callee": "AsyncLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L66"}, {"caller_nid": "connection_asynchttpconnection_handle_async_request", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L71"}, {"caller_nid": "connection_asynchttpconnection_handle_async_request", "callee": "get_extra_info", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L80"}, {"caller_nid": "connection_asynchttpconnection_handle_async_request", "callee": "selected_alpn_protocol", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L83"}, {"caller_nid": "connection_asynchttpconnection_handle_async_request", "callee": "AsyncHTTP2Connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L88"}, {"caller_nid": "connection_asynchttpconnection_handle_async_request", "callee": "AsyncHTTP11Connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L94"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L106"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L107"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L108"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L117"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L123"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "connect_tcp", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L124"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L132"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "connect_unix_socket", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L135"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "default_ssl_context", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L142"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "set_alpn_protocols", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L147"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L152"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L155"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "start_tls", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L156"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L163"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L164"}, {"caller_nid": "connection_asynchttpconnection_connect", "callee": "sleep", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L165"}, {"caller_nid": "connection_asynchttpconnection_aclose", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", "source_location": "L172"}]}