Files
tfm_ainventory/graphify-out/cache/8b9f506653b89e01e8e7a6e3fe4e7f17418bd4939fb31e95e5e47e25090da388.json

1 line
25 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "label": "http11.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L1"}, {"id": "http11_d", "label": "d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L50"}, {"id": "http11_request", "label": "Request", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L79"}, {"id": "http11_exception", "label": "exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L95"}, {"id": "http11_parse", "label": "parse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L103"}, {"id": "http11_request_serialize", "label": ".serialize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L169"}, {"id": "http11_response", "label": "Response", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L182"}, {"id": "http11_response_serialize", "label": ".serialize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L289"}, {"id": "http11_parse_line", "label": "parse_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L302"}, {"id": "http11_parse_headers", "label": "parse_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L329"}, {"id": "http11_read_body", "label": "read_body()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L380"}, {"id": "http11_rationale_51", "label": "Decode a bytestring for interpolating into an error message.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L51"}, {"id": "http11_rationale_80", "label": "WebSocket handshake request. Attributes: path: Request path, includ", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L80"}, {"id": "http11_rationale_107", "label": "Parse a WebSocket handshake request. This is a generator-based coroutin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L107"}, {"id": "http11_rationale_170", "label": "Serialize a WebSocket handshake request.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L170"}, {"id": "http11_rationale_183", "label": "WebSocket handshake response. Attributes: status_code: Response cod", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L183"}, {"id": "http11_rationale_218", "label": "Parse a WebSocket handshake response. This is a generator-based corouti", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L218"}, {"id": "http11_rationale_290", "label": "Serialize a WebSocket handshake response.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L290"}, {"id": "http11_rationale_305", "label": "Parse a single line. CRLF is stripped from the return value. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L305"}, {"id": "http11_rationale_332", "label": "Parse HTTP headers. Non-ASCII characters are represented with surrogate esc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L332"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "dataclasses", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_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/http11.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_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/http11.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_version_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_d", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_exception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_parse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L103", "weight": 1.0}, {"source": "http11_request", "target": "http11_request_serialize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L182", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_exception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L202", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_parse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L211", "weight": 1.0}, {"source": "http11_response", "target": "http11_response_serialize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L289", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_parse_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L302", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_parse_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L329", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_http11_py", "target": "http11_read_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L380", "weight": 1.0}, {"source": "http11_parse", "target": "http11_parse_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L138", "weight": 1.0}, {"source": "http11_parse", "target": "http11_d", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L145", "weight": 1.0}, {"source": "http11_parse", "target": "http11_parse_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L154", "weight": 1.0}, {"source": "http11_request_serialize", "target": "http11_response_serialize", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L177", "weight": 1.0}, {"source": "http11_parse", "target": "http11_read_body", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L283", "weight": 1.0}, {"source": "http11_parse_headers", "target": "http11_parse_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L354", "weight": 1.0}, {"source": "http11_parse_headers", "target": "http11_d", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L363", "weight": 1.0}, {"source": "http11_read_body", "target": "http11_parse_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L405", "weight": 1.0}, {"source": "http11_read_body", "target": "http11_parse_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L422", "weight": 1.0}, {"source": "http11_rationale_51", "target": "http11_d", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L51", "weight": 1.0}, {"source": "http11_rationale_80", "target": "http11_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L80", "weight": 1.0}, {"source": "http11_rationale_107", "target": "http11_request_parse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L107", "weight": 1.0}, {"source": "http11_rationale_170", "target": "http11_request_serialize", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L170", "weight": 1.0}, {"source": "http11_rationale_183", "target": "http11_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L183", "weight": 1.0}, {"source": "http11_rationale_218", "target": "http11_response_parse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L218", "weight": 1.0}, {"source": "http11_rationale_290", "target": "http11_response_serialize", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L290", "weight": 1.0}, {"source": "http11_rationale_305", "target": "http11_parse_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L305", "weight": 1.0}, {"source": "http11_rationale_332", "target": "http11_parse_headers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L332", "weight": 1.0}], "raw_calls": [{"caller_nid": "http11_d", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L55"}, {"caller_nid": "http11_exception", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L96"}, {"caller_nid": "http11_parse", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L140"}, {"caller_nid": "http11_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L143"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L145"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L147"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L151"}, {"caller_nid": "http11_parse", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L152"}, {"caller_nid": "http11_parse", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L159"}, {"caller_nid": "http11_parse", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L164"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L165"}, {"caller_nid": "http11_parse", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L167"}, {"caller_nid": "http11_request_serialize", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L176"}, {"caller_nid": "http11_exception", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L203"}, {"caller_nid": "http11_parse", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L246"}, {"caller_nid": "http11_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L249"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L251"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L254"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L260"}, {"caller_nid": "http11_parse", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L264"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L266"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L270"}, {"caller_nid": "http11_parse", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L273"}, {"caller_nid": "http11_parse", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L274"}, {"caller_nid": "http11_parse", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L275"}, {"caller_nid": "http11_parse", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L287"}, {"caller_nid": "http11_response_serialize", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L296"}, {"caller_nid": "http11_parse_line", "callee": "read_line", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L320"}, {"caller_nid": "http11_parse_line", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L322"}, {"caller_nid": "http11_parse_line", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L324"}, {"caller_nid": "http11_parse_line", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L325"}, {"caller_nid": "http11_parse_headers", "callee": "Headers", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L351"}, {"caller_nid": "http11_parse_headers", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L352"}, {"caller_nid": "http11_parse_headers", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L356"}, {"caller_nid": "http11_parse_headers", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L361"}, {"caller_nid": "http11_parse_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L363"}, {"caller_nid": "http11_parse_headers", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L364"}, {"caller_nid": "http11_parse_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L365"}, {"caller_nid": "http11_parse_headers", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L366"}, {"caller_nid": "http11_parse_headers", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L367"}, {"caller_nid": "http11_parse_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L368"}, {"caller_nid": "http11_parse_headers", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L370"}, {"caller_nid": "http11_parse_headers", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L371"}, {"caller_nid": "http11_parse_headers", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L375"}, {"caller_nid": "http11_read_body", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L399"}, {"caller_nid": "http11_read_body", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L401"}, {"caller_nid": "http11_read_body", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L406"}, {"caller_nid": "http11_read_body", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L408"}, {"caller_nid": "http11_read_body", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L409"}, {"caller_nid": "http11_read_body", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L410"}, {"caller_nid": "http11_read_body", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L411"}, {"caller_nid": "http11_read_body", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L414"}, {"caller_nid": "http11_read_body", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L415"}, {"caller_nid": "http11_read_body", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L416"}, {"caller_nid": "http11_read_body", "callee": "read_exact", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L418"}, {"caller_nid": "http11_read_body", "callee": "read_exact", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L419"}, {"caller_nid": "http11_read_body", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L420"}, {"caller_nid": "http11_read_body", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L425"}, {"caller_nid": "http11_read_body", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L427"}, {"caller_nid": "http11_read_body", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L428"}, {"caller_nid": "http11_read_body", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L429"}, {"caller_nid": "http11_read_body", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L431"}, {"caller_nid": "http11_read_body", "callee": "read_exact", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L432"}, {"caller_nid": "http11_read_body", "callee": "read_to_eof", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L436"}, {"caller_nid": "http11_read_body", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/http11.py", "source_location": "L438"}]}