Files
tfm_ainventory/graphify-out/cache/69f12df241e024d95d39352b0f7a11d92f5b1930c98fc99156cdfefbbb1511f7.json

1 line
6.5 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "label": "exception_handlers.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L1"}, {"id": "exception_handlers_http_exception_handler", "label": "http_exception_handler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L11"}, {"id": "exception_handlers_request_validation_exception_handler", "label": "request_validation_exception_handler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L20"}, {"id": "exception_handlers_websocket_request_validation_exception_handler", "label": "websocket_request_validation_exception_handler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L29"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "fastapi_encoders", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "fastapi_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "fastapi_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "fastapi_websockets", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "starlette_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "starlette_requests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "starlette_responses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "starlette_status", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "exception_handlers_http_exception_handler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "exception_handlers_request_validation_exception_handler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_exception_handlers_py", "target": "exception_handlers_websocket_request_validation_exception_handler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L29", "weight": 1.0}], "raw_calls": [{"caller_nid": "exception_handlers_http_exception_handler", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L12"}, {"caller_nid": "exception_handlers_http_exception_handler", "callee": "is_body_allowed_for_status_code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L13"}, {"caller_nid": "exception_handlers_http_exception_handler", "callee": "Response", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L14"}, {"caller_nid": "exception_handlers_http_exception_handler", "callee": "JSONResponse", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L15"}, {"caller_nid": "exception_handlers_request_validation_exception_handler", "callee": "JSONResponse", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L23"}, {"caller_nid": "exception_handlers_request_validation_exception_handler", "callee": "jsonable_encoder", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L25"}, {"caller_nid": "exception_handlers_request_validation_exception_handler", "callee": "errors", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L25"}, {"caller_nid": "exception_handlers_websocket_request_validation_exception_handler", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L32"}, {"caller_nid": "exception_handlers_websocket_request_validation_exception_handler", "callee": "jsonable_encoder", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L33"}, {"caller_nid": "exception_handlers_websocket_request_validation_exception_handler", "callee": "errors", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/exception_handlers.py", "source_location": "L33"}]}