1 line
52 KiB
JSON
1 line
52 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "label": "http2.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L1"}, {"id": "http2_has_body_headers", "label": "has_body_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L29"}, {"id": "http2_httpconnectionstate", "label": "HTTPConnectionState", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L36"}, {"id": "http2_asynchttp2connection", "label": "AsyncHTTP2Connection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L42"}, {"id": "asyncconnectioninterface", "label": "AsyncConnectionInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "http2_asynchttp2connection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L46"}, {"id": "http2_asynchttp2connection_handle_async_request", "label": ".handle_async_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L85"}, {"id": "http2_asynchttp2connection_send_connection_init", "label": "._send_connection_init()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L189"}, {"id": "http2_asynchttp2connection_send_request_headers", "label": "._send_request_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L222"}, {"id": "http2_asynchttp2connection_send_request_body", "label": "._send_request_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L253"}, {"id": "http2_asynchttp2connection_send_stream_data", "label": "._send_stream_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L265"}, {"id": "http2_asynchttp2connection_send_end_stream", "label": "._send_end_stream()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L278"}, {"id": "http2_asynchttp2connection_receive_response", "label": "._receive_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L287"}, {"id": "http2_asynchttp2connection_receive_response_body", "label": "._receive_response_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L309"}, {"id": "http2_asynchttp2connection_receive_stream_event", "label": "._receive_stream_event()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L327"}, {"id": "http2_asynchttp2connection_receive_events", "label": "._receive_events()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L342"}, {"id": "http2_asynchttp2connection_receive_remote_settings_change", "label": "._receive_remote_settings_change()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L390"}, {"id": "http2_asynchttp2connection_response_closed", "label": "._response_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L409"}, {"id": "http2_asynchttp2connection_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L424"}, {"id": "http2_asynchttp2connection_read_incoming_data", "label": "._read_incoming_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L433"}, {"id": "http2_asynchttp2connection_write_outgoing_data", "label": "._write_outgoing_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L461"}, {"id": "http2_asynchttp2connection_wait_for_outgoing_flow", "label": "._wait_for_outgoing_flow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L488"}, {"id": "http2_asynchttp2connection_can_handle_request", "label": ".can_handle_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L508"}, {"id": "http2_asynchttp2connection_is_available", "label": ".is_available()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L511"}, {"id": "http2_asynchttp2connection_has_expired", "label": ".has_expired()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L522"}, {"id": "http2_asynchttp2connection_is_idle", "label": ".is_idle()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L526"}, {"id": "http2_asynchttp2connection_is_closed", "label": ".is_closed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L529"}, {"id": "http2_asynchttp2connection_info", "label": ".info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L532"}, {"id": "http2_asynchttp2connection_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L539"}, {"id": "http2_asynchttp2connection_aenter", "label": ".__aenter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L550"}, {"id": "http2_asynchttp2connection_aexit", "label": ".__aexit__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L553"}, {"id": "http2_http2connectionbytestream", "label": "HTTP2ConnectionByteStream", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L562"}, {"id": "http2_http2connectionbytestream_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L563"}, {"id": "http2_http2connectionbytestream_aiter", "label": ".__aiter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L571"}, {"id": "http2_http2connectionbytestream_aclose", "label": ".aclose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L587"}, {"id": "http2_rationale_190", "label": "The HTTP/2 connection requires some initial setup before we can start us", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L190"}, {"id": "http2_rationale_223", "label": "Send the request headers to a given stream ID.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L223"}, {"id": "http2_rationale_254", "label": "Iterate over the request body sending it to a given stream ID.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L254"}, {"id": "http2_rationale_268", "label": "Send a single chunk of data in one or more data frames.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L268"}, {"id": "http2_rationale_279", "label": "Send an empty data frame on on a given stream ID with the END_STREAM flag set.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L279"}, {"id": "http2_rationale_290", "label": "Return the response status code and headers for a given stream ID.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L290"}, {"id": "http2_rationale_312", "label": "Iterator that returns the bytes of the response body for a given stream ID.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L312"}, {"id": "http2_rationale_330", "label": "Return the next available event for a given stream ID. Will read more d", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L330"}, {"id": "http2_rationale_345", "label": "Read some data from the network until we see one or more events for a gi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L345"}, {"id": "http2_rationale_489", "label": "Returns the maximum allowable outgoing flow for a given stream. If the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L489"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "enum", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "types", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "h2_config", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "h2_connection", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "h2_events", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "h2_exceptions", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "h2_settings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_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/http2.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "http2_has_body_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "http2_httpconnectionstate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "http2_asynchttp2connection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L42", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "asyncconnectioninterface", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L42", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L46", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_handle_async_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L85", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_send_connection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L189", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_send_request_headers", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L222", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_send_request_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L253", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_send_stream_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L265", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_send_end_stream", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L278", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_receive_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L287", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_receive_response_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L309", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_receive_stream_event", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L327", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_receive_events", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L342", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_receive_remote_settings_change", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L390", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_response_closed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L409", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L424", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_read_incoming_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L433", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L461", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_wait_for_outgoing_flow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L488", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_can_handle_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L508", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_is_available", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L511", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_has_expired", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L522", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_is_idle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L526", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_is_closed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L529", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L532", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L539", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_aenter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L550", "weight": 1.0}, {"source": "http2_asynchttp2connection", "target": "http2_asynchttp2connection_aexit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L553", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_httpcore_async_http2_py", "target": "http2_http2connectionbytestream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L562", "weight": 1.0}, {"source": "http2_http2connectionbytestream", "target": "http2_http2connectionbytestream_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L563", "weight": 1.0}, {"source": "http2_http2connectionbytestream", "target": "http2_http2connectionbytestream_aiter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L571", "weight": 1.0}, {"source": "http2_http2connectionbytestream", "target": "http2_http2connectionbytestream_aclose", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L587", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_can_handle_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L86", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_send_connection_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L111", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_http2connectionbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L114", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_send_request_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L144", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_send_request_body", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L146", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_receive_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L150", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_http2connectionbytestream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L158", "weight": 1.0}, {"source": "http2_asynchttp2connection_handle_async_request", "target": "http2_asynchttp2connection_response_closed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L169", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_connection_init", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L218", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_request_headers", "target": "http2_has_body_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L226", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_request_headers", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L251", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_request_body", "target": "http2_has_body_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L257", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_request_body", "target": "http2_asynchttp2connection_send_stream_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L262", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_request_body", "target": "http2_asynchttp2connection_send_end_stream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L263", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_stream_data", "target": "http2_asynchttp2connection_wait_for_outgoing_flow", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L272", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_stream_data", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L276", "weight": 1.0}, {"source": "http2_asynchttp2connection_send_end_stream", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L283", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_response", "target": "http2_asynchttp2connection_receive_stream_event", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L294", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_response_body", "target": "http2_asynchttp2connection_receive_stream_event", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L316", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_response_body", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L322", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_stream_event", "target": "http2_asynchttp2connection_receive_events", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L336", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_events", "target": "http2_asynchttp2connection_read_incoming_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L364", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_events", "target": "http2_asynchttp2connection_receive_remote_settings_change", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L370", "weight": 1.0}, {"source": "http2_asynchttp2connection_receive_events", "target": "http2_asynchttp2connection_write_outgoing_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L388", "weight": 1.0}, {"source": "http2_asynchttp2connection_response_closed", "target": "http2_http2connectionbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L414", "weight": 1.0}, {"source": "http2_asynchttp2connection_aclose", "target": "http2_http2connectionbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L429", "weight": 1.0}, {"source": "http2_asynchttp2connection_wait_for_outgoing_flow", "target": "http2_asynchttp2connection_receive_events", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L500", "weight": 1.0}, {"source": "http2_asynchttp2connection_aexit", "target": "http2_http2connectionbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L559", "weight": 1.0}, {"source": "http2_http2connectionbytestream_aiter", "target": "http2_asynchttp2connection_receive_response_body", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L575", "weight": 1.0}, {"source": "http2_http2connectionbytestream_aiter", "target": "http2_http2connectionbytestream_aclose", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L584", "weight": 1.0}, {"source": "http2_http2connectionbytestream_aclose", "target": "http2_asynchttp2connection_response_closed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L592", "weight": 1.0}, {"source": "http2_rationale_190", "target": "http2_asynchttp2connection_send_connection_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L190", "weight": 1.0}, {"source": "http2_rationale_223", "target": "http2_asynchttp2connection_send_request_headers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L223", "weight": 1.0}, {"source": "http2_rationale_254", "target": "http2_asynchttp2connection_send_request_body", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L254", "weight": 1.0}, {"source": "http2_rationale_268", "target": "http2_asynchttp2connection_send_stream_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L268", "weight": 1.0}, {"source": "http2_rationale_279", "target": "http2_asynchttp2connection_send_end_stream", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L279", "weight": 1.0}, {"source": "http2_rationale_290", "target": "http2_asynchttp2connection_receive_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L290", "weight": 1.0}, {"source": "http2_rationale_312", "target": "http2_asynchttp2connection_receive_response_body", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L312", "weight": 1.0}, {"source": "http2_rationale_330", "target": "http2_asynchttp2connection_receive_stream_event", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L330", "weight": 1.0}, {"source": "http2_rationale_345", "target": "http2_asynchttp2connection_receive_events", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L345", "weight": 1.0}, {"source": "http2_rationale_489", "target": "http2_asynchttp2connection_wait_for_outgoing_flow", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L489", "weight": 1.0}], "raw_calls": [{"caller_nid": "http2_has_body_headers", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L30"}, {"caller_nid": "http2_has_body_headers", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L31"}, {"caller_nid": "http2_has_body_headers", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L31"}, {"caller_nid": "http2_asynchttp2connection_init", "callee": "H2Connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L55"}, {"caller_nid": "http2_asynchttp2connection_init", "callee": "AsyncLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L59"}, {"caller_nid": "http2_asynchttp2connection_init", "callee": "AsyncLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L60"}, {"caller_nid": "http2_asynchttp2connection_init", "callee": "AsyncLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L61"}, {"caller_nid": "http2_asynchttp2connection_init", "callee": "AsyncLock", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L62"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L91"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "ConnectionNotAvailable", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L102"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L108"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "AsyncShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L113"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "AsyncSemaphore", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L126"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L128"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "acquire", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L129"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "acquire", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L131"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "get_next_available_stream_id", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L134"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "ConnectionNotAvailable", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L139"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L143"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L145"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L147"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Response", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L155"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "AsyncShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L166"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L168"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L171"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "RemoteProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L182"}, {"caller_nid": "http2_asynchttp2connection_handle_async_request", "callee": "LocalProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L185"}, {"caller_nid": "http2_asynchttp2connection_send_connection_init", "callee": "Settings", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L197"}, {"caller_nid": "http2_asynchttp2connection_send_connection_init", "callee": "initiate_connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L216"}, {"caller_nid": "http2_asynchttp2connection_send_connection_init", "callee": "increment_flow_control_window", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L217"}, {"caller_nid": "http2_asynchttp2connection_send_request_headers", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L232"}, {"caller_nid": "http2_asynchttp2connection_send_request_headers", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L240"}, {"caller_nid": "http2_asynchttp2connection_send_request_headers", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L242"}, {"caller_nid": "http2_asynchttp2connection_send_request_headers", "callee": "send_headers", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L249"}, {"caller_nid": "http2_asynchttp2connection_send_request_headers", "callee": "increment_flow_control_window", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L250"}, {"caller_nid": "http2_asynchttp2connection_send_request_body", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L260"}, {"caller_nid": "http2_asynchttp2connection_send_stream_data", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L273"}, {"caller_nid": "http2_asynchttp2connection_send_stream_data", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L273"}, {"caller_nid": "http2_asynchttp2connection_send_stream_data", "callee": "send_data", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L275"}, {"caller_nid": "http2_asynchttp2connection_send_end_stream", "callee": "end_stream", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L282"}, {"caller_nid": "http2_asynchttp2connection_receive_response", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L295"}, {"caller_nid": "http2_asynchttp2connection_receive_response", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L303"}, {"caller_nid": "http2_asynchttp2connection_receive_response", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L303"}, {"caller_nid": "http2_asynchttp2connection_receive_response", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L304"}, {"caller_nid": "http2_asynchttp2connection_receive_response", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L305"}, {"caller_nid": "http2_asynchttp2connection_receive_response_body", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L317"}, {"caller_nid": "http2_asynchttp2connection_receive_response_body", "callee": "acknowledge_received_data", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L321"}, {"caller_nid": "http2_asynchttp2connection_receive_response_body", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L324"}, {"caller_nid": "http2_asynchttp2connection_receive_stream_event", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L335"}, {"caller_nid": "http2_asynchttp2connection_receive_stream_event", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L337"}, {"caller_nid": "http2_asynchttp2connection_receive_stream_event", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L338"}, {"caller_nid": "http2_asynchttp2connection_receive_stream_event", "callee": "RemoteProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L339"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "ConnectionNotAvailable", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L354"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "RemoteProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L355"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L363"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L366"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L367"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L373"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L383"}, {"caller_nid": "http2_asynchttp2connection_receive_events", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L385"}, {"caller_nid": "http2_asynchttp2connection_receive_remote_settings_change", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L393"}, {"caller_nid": "http2_asynchttp2connection_receive_remote_settings_change", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L397"}, {"caller_nid": "http2_asynchttp2connection_receive_remote_settings_change", "callee": "release", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L403"}, {"caller_nid": "http2_asynchttp2connection_receive_remote_settings_change", "callee": "acquire", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L406"}, {"caller_nid": "http2_asynchttp2connection_response_closed", "callee": "release", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L410"}, {"caller_nid": "http2_asynchttp2connection_response_closed", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L419"}, {"caller_nid": "http2_asynchttp2connection_aclose", "callee": "close_connection", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L427"}, {"caller_nid": "http2_asynchttp2connection_read_incoming_data", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L434"}, {"caller_nid": "http2_asynchttp2connection_read_incoming_data", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L435"}, {"caller_nid": "http2_asynchttp2connection_read_incoming_data", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L441"}, {"caller_nid": "http2_asynchttp2connection_read_incoming_data", "callee": "RemoteProtocolError", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L443"}, {"caller_nid": "http2_asynchttp2connection_read_incoming_data", "callee": "receive_data", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L457"}, {"caller_nid": "http2_asynchttp2connection_write_outgoing_data", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L462"}, {"caller_nid": "http2_asynchttp2connection_write_outgoing_data", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L463"}, {"caller_nid": "http2_asynchttp2connection_write_outgoing_data", "callee": "data_to_send", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L466"}, {"caller_nid": "http2_asynchttp2connection_write_outgoing_data", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L472"}, {"caller_nid": "http2_asynchttp2connection_wait_for_outgoing_flow", "callee": "local_flow_control_window", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L496"}, {"caller_nid": "http2_asynchttp2connection_wait_for_outgoing_flow", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L498"}, {"caller_nid": "http2_asynchttp2connection_wait_for_outgoing_flow", "callee": "local_flow_control_window", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L501"}, {"caller_nid": "http2_asynchttp2connection_wait_for_outgoing_flow", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L503"}, {"caller_nid": "http2_asynchttp2connection_has_expired", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L523"}, {"caller_nid": "http2_asynchttp2connection_info", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L533"}, {"caller_nid": "http2_asynchttp2connection_repr", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L541"}, {"caller_nid": "http2_http2connectionbytestream_aiter", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L574"}, {"caller_nid": "http2_http2connectionbytestream_aiter", "callee": "AsyncShieldCancellation", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L583"}, {"caller_nid": "http2_http2connectionbytestream_aclose", "callee": "Trace", "source_file": "backend/venv/lib/python3.12/site-packages/httpcore/_async/http2.py", "source_location": "L591"}]} |