Files
tfm_ainventory/graphify-out/cache/0090d9fade501d125eb2af2de9132983ce73045fe6384b57aa315080b71e65aa.json

1 line
8.3 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "label": "exceptions.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L1"}, {"id": "exceptions_formparsererror", "label": "FormParserError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L1"}, {"id": "valueerror", "label": "ValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_parseerror", "label": "ParseError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L5"}, {"id": "exceptions_multipartparseerror", "label": "MultipartParseError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L15"}, {"id": "exceptions_querystringparseerror", "label": "QuerystringParseError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L21"}, {"id": "exceptions_decodeerror", "label": "DecodeError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L27"}, {"id": "exceptions_fileerror", "label": "FileError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L33"}, {"id": "oserror", "label": "OSError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "exceptions_rationale_2", "label": "Base error class for our form parser.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L2"}, {"id": "exceptions_rationale_6", "label": "This exception (or a subclass) is raised when there is an error while parsin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L6"}, {"id": "exceptions_rationale_16", "label": "This is a specific error that is raised when the MultipartParser detects an", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L16"}, {"id": "exceptions_rationale_22", "label": "This is a specific error that is raised when the QuerystringParser detects a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L22"}, {"id": "exceptions_rationale_28", "label": "This exception is raised when there is a decoding error - for example with t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L28"}, {"id": "exceptions_rationale_34", "label": "Exception class for problems with the File class.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L34"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_formparsererror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "exceptions_formparsererror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_parseerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L5", "weight": 1.0}, {"source": "exceptions_parseerror", "target": "exceptions_formparsererror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_multipartparseerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L15", "weight": 1.0}, {"source": "exceptions_multipartparseerror", "target": "exceptions_parseerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_querystringparseerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L21", "weight": 1.0}, {"source": "exceptions_querystringparseerror", "target": "exceptions_parseerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_decodeerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L27", "weight": 1.0}, {"source": "exceptions_decodeerror", "target": "exceptions_parseerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_python_multipart_exceptions_py", "target": "exceptions_fileerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L33", "weight": 1.0}, {"source": "exceptions_fileerror", "target": "exceptions_formparsererror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L33", "weight": 1.0}, {"source": "exceptions_fileerror", "target": "oserror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L33", "weight": 1.0}, {"source": "exceptions_rationale_2", "target": "exceptions_formparsererror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L2", "weight": 1.0}, {"source": "exceptions_rationale_6", "target": "exceptions_parseerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L6", "weight": 1.0}, {"source": "exceptions_rationale_16", "target": "exceptions_multipartparseerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L16", "weight": 1.0}, {"source": "exceptions_rationale_22", "target": "exceptions_querystringparseerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L22", "weight": 1.0}, {"source": "exceptions_rationale_28", "target": "exceptions_decodeerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L28", "weight": 1.0}, {"source": "exceptions_rationale_34", "target": "exceptions_fileerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/python_multipart/exceptions.py", "source_location": "L34", "weight": 1.0}], "raw_calls": []}