Files
tfm_ainventory/graphify-out/cache/5a9d4a63dc0a3ee29a82700cc03821382299473730bd4b4af30b74875a2c0381.json

1 line
14 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "label": "http.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L1"}, {"id": "http_d", "label": "d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L17"}, {"id": "http_read_request", "label": "read_request()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L45"}, {"id": "http_read_response", "label": "read_response()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L94"}, {"id": "http_read_headers", "label": "read_headers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L146"}, {"id": "http_read_line", "label": "read_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L186"}, {"id": "http_rationale_18", "label": "Decode a bytestring for interpolating into an error message.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L18"}, {"id": "http_rationale_46", "label": "Read an HTTP/1.1 GET request and return ``(path, headers)``. ``path`` isn't", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L46"}, {"id": "http_rationale_95", "label": "Read an HTTP/1.1 response and return ``(status_code, reason, headers)``. ``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L95"}, {"id": "http_rationale_147", "label": "Read HTTP headers from ``stream``. Non-ASCII characters are represented wit", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L147"}, {"id": "http_rationale_187", "label": "Read a single line from ``stream``. CRLF is stripped from the return value.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L187"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_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/legacy/http.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_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/legacy/http.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "http_d", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "http_read_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "http_read_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "http_read_headers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L146", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_http_py", "target": "http_read_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L186", "weight": 1.0}, {"source": "http_read_request", "target": "http_read_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L74", "weight": 1.0}, {"source": "http_read_request", "target": "http_d", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L81", "weight": 1.0}, {"source": "http_read_request", "target": "http_read_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L89", "weight": 1.0}, {"source": "http_read_response", "target": "http_read_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L120", "weight": 1.0}, {"source": "http_read_response", "target": "http_d", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L127", "weight": 1.0}, {"source": "http_read_response", "target": "http_read_headers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L141", "weight": 1.0}, {"source": "http_read_headers", "target": "http_read_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L160", "weight": 1.0}, {"source": "http_read_headers", "target": "http_d", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L169", "weight": 1.0}, {"source": "http_rationale_18", "target": "http_d", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L18", "weight": 1.0}, {"source": "http_rationale_46", "target": "http_read_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L46", "weight": 1.0}, {"source": "http_rationale_95", "target": "http_read_response", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L95", "weight": 1.0}, {"source": "http_rationale_147", "target": "http_read_headers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L147", "weight": 1.0}, {"source": "http_rationale_187", "target": "http_read_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L187", "weight": 1.0}], "raw_calls": [{"caller_nid": "http_d", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L22"}, {"caller_nid": "http_read_request", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L76"}, {"caller_nid": "http_read_request", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L79"}, {"caller_nid": "http_read_request", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L81"}, {"caller_nid": "http_read_request", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L84"}, {"caller_nid": "http_read_request", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L86"}, {"caller_nid": "http_read_request", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L87"}, {"caller_nid": "http_read_response", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L122"}, {"caller_nid": "http_read_response", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L125"}, {"caller_nid": "http_read_response", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L127"}, {"caller_nid": "http_read_response", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L130"}, {"caller_nid": "http_read_response", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L132"}, {"caller_nid": "http_read_response", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L134"}, {"caller_nid": "http_read_response", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L136"}, {"caller_nid": "http_read_response", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L137"}, {"caller_nid": "http_read_response", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L138"}, {"caller_nid": "http_read_response", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L139"}, {"caller_nid": "http_read_headers", "callee": "Headers", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L157"}, {"caller_nid": "http_read_headers", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L158"}, {"caller_nid": "http_read_headers", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L162"}, {"caller_nid": "http_read_headers", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L167"}, {"caller_nid": "http_read_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L169"}, {"caller_nid": "http_read_headers", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L170"}, {"caller_nid": "http_read_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L171"}, {"caller_nid": "http_read_headers", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L172"}, {"caller_nid": "http_read_headers", "callee": "fullmatch", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L173"}, {"caller_nid": "http_read_headers", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L174"}, {"caller_nid": "http_read_headers", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L176"}, {"caller_nid": "http_read_headers", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L177"}, {"caller_nid": "http_read_headers", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L181"}, {"caller_nid": "http_read_line", "callee": "readline", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L194"}, {"caller_nid": "http_read_line", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L196"}, {"caller_nid": "http_read_line", "callee": "SecurityError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L197"}, {"caller_nid": "http_read_line", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L199"}, {"caller_nid": "http_read_line", "callee": "EOFError", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/http.py", "source_location": "L200"}]}