Files
tfm_ainventory/graphify-out/cache/1185021777623d77401380fb8bc09cf2e0a0f7466a1858a6883f1e326c1b072e.json

1 line
9.1 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "label": "exceptions.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L1"}, {"id": "exceptions_invalidstatuscode", "label": "InvalidStatusCode", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L13"}, {"id": "invalidhandshake", "label": "InvalidHandshake", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_invalidstatuscode_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L19"}, {"id": "exceptions_invalidstatuscode_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L23"}, {"id": "exceptions_aborthandshake", "label": "AbortHandshake", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L27"}, {"id": "exceptions_aborthandshake_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L42"}, {"id": "exceptions_aborthandshake_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L53"}, {"id": "exceptions_redirecthandshake", "label": "RedirectHandshake", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L59"}, {"id": "exceptions_redirecthandshake_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L67"}, {"id": "exceptions_redirecthandshake_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L70"}, {"id": "exceptions_rationale_14", "label": "Raised when a handshake response status code is invalid.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L14"}, {"id": "exceptions_rationale_28", "label": "Raised to abort the handshake on purpose and return an HTTP response. This", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L28"}, {"id": "exceptions_rationale_60", "label": "Raised when a handshake gets redirected. This exception is an implementatio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L60"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "target": "http", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "target": "backend_venv_lib_python3_12_site_packages_websockets_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_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/exceptions.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_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/legacy/exceptions.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "target": "exceptions_invalidstatuscode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L13", "weight": 1.0}, {"source": "exceptions_invalidstatuscode", "target": "invalidhandshake", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L13", "weight": 1.0}, {"source": "exceptions_invalidstatuscode", "target": "exceptions_invalidstatuscode_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L19", "weight": 1.0}, {"source": "exceptions_invalidstatuscode", "target": "exceptions_invalidstatuscode_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "target": "exceptions_aborthandshake", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L27", "weight": 1.0}, {"source": "exceptions_aborthandshake", "target": "invalidhandshake", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L27", "weight": 1.0}, {"source": "exceptions_aborthandshake", "target": "exceptions_aborthandshake_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L42", "weight": 1.0}, {"source": "exceptions_aborthandshake", "target": "exceptions_aborthandshake_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_websockets_legacy_exceptions_py", "target": "exceptions_redirecthandshake", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L59", "weight": 1.0}, {"source": "exceptions_redirecthandshake", "target": "invalidhandshake", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L59", "weight": 1.0}, {"source": "exceptions_redirecthandshake", "target": "exceptions_redirecthandshake_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L67", "weight": 1.0}, {"source": "exceptions_redirecthandshake", "target": "exceptions_redirecthandshake_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L70", "weight": 1.0}, {"source": "exceptions_rationale_14", "target": "exceptions_invalidstatuscode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L14", "weight": 1.0}, {"source": "exceptions_rationale_28", "target": "exceptions_aborthandshake", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L28", "weight": 1.0}, {"source": "exceptions_rationale_60", "target": "exceptions_redirecthandshake", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L60", "weight": 1.0}], "raw_calls": [{"caller_nid": "exceptions_aborthandshake_init", "callee": "HTTPStatus", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L49"}, {"caller_nid": "exceptions_aborthandshake_init", "callee": "Headers", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L50"}, {"caller_nid": "exceptions_aborthandshake_str", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L55"}, {"caller_nid": "exceptions_aborthandshake_str", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/websockets/legacy/exceptions.py", "source_location": "L55"}]}