1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "label": "client.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L1"}, {"id": "client_clientprotocol", "label": "ClientProtocol", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L48"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "client_clientprotocol_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L73"}, {"id": "client_clientprotocol_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L96"}, {"id": "client_clientprotocol_process_response", "label": ".process_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L131"}, {"id": "client_clientprotocol_process_extensions", "label": ".process_extensions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L176"}, {"id": "client_clientprotocol_process_subprotocol", "label": ".process_subprotocol()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L249"}, {"id": "client_clientprotocol_send_request", "label": ".send_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L285"}, {"id": "client_clientprotocol_parse", "label": ".parse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L300"}, {"id": "client_clientconnection", "label": "ClientConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L344"}, {"id": "client_clientconnection_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L345"}, {"id": "client_backoff", "label": "backoff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L359"}, {"id": "client_rationale_49", "label": "Sans-I/O implementation of a WebSocket client connection. Args: uri", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L49"}, {"id": "client_rationale_97", "label": "Create a handshake request to open a connection. You must send the hand", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L97"}, {"id": "client_rationale_132", "label": "Check a handshake response. Args: request: WebSocket handsh", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L132"}, {"id": "client_rationale_177", "label": "Handle the Sec-WebSocket-Extensions HTTP response header. Check that ea", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L177"}, {"id": "client_rationale_250", "label": "Handle the Sec-WebSocket-Protocol HTTP response header. If provided, ch", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L250"}, {"id": "client_rationale_286", "label": "Send a handshake request to the server. Args: request: WebS", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L286"}, {"id": "client_rationale_365", "label": "Generate a series of backoff delays between reconnection attempts. Yields:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L365"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "random", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_datastructures_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_extensions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_headers_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_imports_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_protocol_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_uri_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "client_clientprotocol", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L48", "weight": 1.0}, {"source": "client_clientprotocol", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L48", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L73", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L96", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_process_response", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L131", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_process_extensions", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L176", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_process_subprotocol", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L249", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_send_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L285", "weight": 1.0}, {"source": "client_clientprotocol", "target": "client_clientprotocol_parse", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L300", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "client_clientconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L344", "weight": 1.0}, {"source": "client_clientconnection", "target": "client_clientprotocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L344", "weight": 1.0}, {"source": "client_clientconnection", "target": "client_clientconnection_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L345", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_client_py", "target": "client_backoff", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L359", "weight": 1.0}, {"source": "client_clientprotocol_init", "target": "client_clientconnection_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L84", "weight": 1.0}, {"source": "client_clientprotocol_process_response", "target": "client_clientprotocol_process_extensions", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L173", "weight": 1.0}, {"source": "client_clientprotocol_process_response", "target": "client_clientprotocol_process_subprotocol", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L174", "weight": 1.0}, {"source": "client_clientprotocol_parse", "target": "client_clientprotocol_process_response", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L327", "weight": 1.0}, {"source": "client_rationale_49", "target": "client_clientprotocol", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L49", "weight": 1.0}, {"source": "client_rationale_97", "target": "client_clientprotocol_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L97", "weight": 1.0}, {"source": "client_rationale_132", "target": "client_clientprotocol_process_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L132", "weight": 1.0}, {"source": "client_rationale_177", "target": "client_clientprotocol_process_extensions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L177", "weight": 1.0}, {"source": "client_rationale_250", "target": "client_clientprotocol_process_subprotocol", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L250", "weight": 1.0}, {"source": "client_rationale_286", "target": "client_clientprotocol_send_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L286", "weight": 1.0}, {"source": "client_rationale_365", "target": "client_backoff", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L365", "weight": 1.0}], "raw_calls": [{"caller_nid": "client_clientprotocol_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L84"}, {"caller_nid": "client_clientprotocol_init", "callee": "generate_key", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L94"}, {"caller_nid": "client_clientprotocol_connect", "callee": "Headers", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L108"}, {"caller_nid": "client_clientprotocol_connect", "callee": "build_host", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L109"}, {"caller_nid": "client_clientprotocol_connect", "callee": "build_authorization_basic", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L111"}, {"caller_nid": "client_clientprotocol_connect", "callee": "build_extension", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L119"}, {"caller_nid": "client_clientprotocol_connect", "callee": "get_request_params", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L121"}, {"caller_nid": "client_clientprotocol_connect", "callee": "build_subprotocol", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L126"}, {"caller_nid": "client_clientprotocol_connect", "callee": "Request", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L129"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidStatus", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L144"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L148"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "parse_connection", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L149"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "get_all", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L149"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L151"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L151"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidUpgrade", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L152"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L153"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L156"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "parse_upgrade", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L157"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "get_all", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L157"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L161"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L161"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidUpgrade", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L162"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L162"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidHeader", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L167"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidHeader", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L169"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "accept_key", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L170"}, {"caller_nid": "client_clientprotocol_process_response", "callee": "InvalidHeaderValue", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L171"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "get_all", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L209"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "NegotiationError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L213"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L215"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "parse_extension", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L216"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "process_response_params", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L227"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L234"}, {"caller_nid": "client_clientprotocol_process_extensions", "callee": "NegotiationError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L242"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "get_all", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L264"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "NegotiationError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L268"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L270"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "parse_subprotocol", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L271"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L273"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "InvalidHeader", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L274"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L276"}, {"caller_nid": "client_clientprotocol_process_subprotocol", "callee": "NegotiationError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L281"}, {"caller_nid": "client_clientprotocol_send_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L294"}, {"caller_nid": "client_clientprotocol_send_request", "callee": "raw_items", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L295"}, {"caller_nid": "client_clientprotocol_send_request", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L296"}, {"caller_nid": "client_clientprotocol_send_request", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L298"}, {"caller_nid": "client_clientprotocol_send_request", "callee": "serialize", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L298"}, {"caller_nid": "client_clientprotocol_parse", "callee": "InvalidMessage", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L309"}, {"caller_nid": "client_clientprotocol_parse", "callee": "send_eof", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L313"}, {"caller_nid": "client_clientprotocol_parse", "callee": "discard", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L314"}, {"caller_nid": "client_clientprotocol_parse", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L315"}, {"caller_nid": "client_clientprotocol_parse", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L320"}, {"caller_nid": "client_clientprotocol_parse", "callee": "raw_items", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L321"}, {"caller_nid": "client_clientprotocol_parse", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L322"}, {"caller_nid": "client_clientprotocol_parse", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L324"}, {"caller_nid": "client_clientprotocol_parse", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L324"}, {"caller_nid": "client_clientprotocol_parse", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L330"}, {"caller_nid": "client_clientprotocol_parse", "callee": "send_eof", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L332"}, {"caller_nid": "client_clientprotocol_parse", "callee": "discard", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L333"}, {"caller_nid": "client_clientprotocol_parse", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L334"}, {"caller_nid": "client_clientprotocol_parse", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L339"}, {"caller_nid": "client_clientprotocol_parse", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L341"}, {"caller_nid": "client_clientconnection_init", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L346"}, {"caller_nid": "client_clientconnection_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L350"}, {"caller_nid": "client_backoff", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/client.py", "source_location": "L374"}]} |