Files
tfm_ainventory/graphify-out/cache/7b46a6b4e74b0864b8d9dbf2f08086061fe6adc224cd3497c6817e897086d0cc.json

1 line
31 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "label": "applications.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1"}, {"id": "applications_fastapi", "label": "FastAPI", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L41"}, {"id": "starlette", "label": "Starlette", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "applications_fastapi_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L57"}, {"id": "applications_fastapi_build_middleware_stack", "label": ".build_middleware_stack()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1018"}, {"id": "applications_fastapi_openapi", "label": ".openapi()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1068"}, {"id": "applications_fastapi_setup", "label": ".setup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1101"}, {"id": "applications_fastapi_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1156"}, {"id": "applications_fastapi_add_api_route", "label": ".add_api_route()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1161"}, {"id": "applications_fastapi_api_route", "label": ".api_route()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1218"}, {"id": "applications_fastapi_add_api_websocket_route", "label": ".add_api_websocket_route()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1278"}, {"id": "applications_fastapi_websocket", "label": ".websocket()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1293"}, {"id": "applications_fastapi_include_router", "label": ".include_router()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1358"}, {"id": "applications_fastapi_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1563"}, {"id": "applications_fastapi_put", "label": ".put()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1936"}, {"id": "applications_fastapi_post", "label": ".post()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2314"}, {"id": "applications_fastapi_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2692"}, {"id": "applications_fastapi_options", "label": ".options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3065"}, {"id": "applications_fastapi_head", "label": ".head()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3438"}, {"id": "applications_fastapi_patch", "label": ".patch()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3811"}, {"id": "applications_fastapi_trace", "label": ".trace()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4189"}, {"id": "applications_fastapi_websocket_route", "label": ".websocket_route()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4562"}, {"id": "applications_on_event", "label": "on_event()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4579"}, {"id": "applications_fastapi_middleware", "label": ".middleware()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4600"}, {"id": "applications_fastapi_exception_handler", "label": ".exception_handler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4646"}, {"id": "applications_rationale_42", "label": "`FastAPI` app class, the main entrypoint to use FastAPI. Read more in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L42"}, {"id": "applications_rationale_1069", "label": "Generate the OpenAPI schema of the application. This is called by FastAPI", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1069"}, {"id": "applications_rationale_1325", "label": "Decorate a WebSocket function. Read more about it in the [FastA", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1325"}, {"id": "applications_rationale_1532", "label": "Include an `APIRouter` in the same app. Read more about it in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1532"}, {"id": "applications_rationale_1895", "label": "Add a *path operation* using an HTTP GET operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1895"}, {"id": "applications_rationale_2268", "label": "Add a *path operation* using an HTTP PUT operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2268"}, {"id": "applications_rationale_2646", "label": "Add a *path operation* using an HTTP POST operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2646"}, {"id": "applications_rationale_3024", "label": "Add a *path operation* using an HTTP DELETE operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3024"}, {"id": "applications_rationale_3397", "label": "Add a *path operation* using an HTTP OPTIONS operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3397"}, {"id": "applications_rationale_3770", "label": "Add a *path operation* using an HTTP HEAD operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3770"}, {"id": "applications_rationale_4143", "label": "Add a *path operation* using an HTTP PATCH operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4143"}, {"id": "applications_rationale_4521", "label": "Add a *path operation* using an HTTP TRACE operation. ## Example", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4521"}, {"id": "applications_rationale_4590", "label": "Add an event handler for the application. `on_event` is deprecated, use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4590"}, {"id": "applications_rationale_4611", "label": "Add a middleware to the application. Read more about it in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4611"}, {"id": "applications_rationale_4657", "label": "Add an exception handler to the app. Read more about it in the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4657"}, {"id": "applications_rationale_927", "label": "# TODO: remove when discarding the openapi_prefix parameter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L927"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "annotated_doc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_datastructures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_exception_handlers", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_logger", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_middleware_asyncexitstack", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_openapi_docs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_openapi_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_params", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "fastapi_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_applications", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_datastructures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_middleware", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_middleware_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_middleware_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_middleware_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_requests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_responses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_routing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "starlette_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "applications_fastapi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L41", "weight": 1.0}, {"source": "applications_fastapi", "target": "starlette", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L41", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L57", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_build_middleware_stack", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1018", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_openapi", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1068", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1101", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1156", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_add_api_route", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1161", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_api_route", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1218", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_add_api_websocket_route", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1278", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_websocket", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1293", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_include_router", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1358", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1563", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_put", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1936", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_post", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2314", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2692", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3065", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_head", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3438", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_patch", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3811", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_trace", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4189", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_websocket_route", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4562", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "target": "applications_on_event", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4579", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_middleware", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4600", "weight": 1.0}, {"source": "applications_fastapi", "target": "applications_fastapi_exception_handler", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4646", "weight": 1.0}, {"source": "applications_fastapi_init", "target": "applications_fastapi_setup", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1016", "weight": 1.0}, {"source": "applications_fastapi_build_middleware_stack", "target": "applications_fastapi_middleware", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1032", "weight": 1.0}, {"source": "applications_rationale_42", "target": "applications_fastapi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L42", "weight": 1.0}, {"source": "applications_rationale_1069", "target": "applications_fastapi_openapi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1069", "weight": 1.0}, {"source": "applications_rationale_1325", "target": "applications_fastapi_websocket", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1325", "weight": 1.0}, {"source": "applications_rationale_1532", "target": "applications_fastapi_include_router", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1532", "weight": 1.0}, {"source": "applications_rationale_1895", "target": "applications_fastapi_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1895", "weight": 1.0}, {"source": "applications_rationale_2268", "target": "applications_fastapi_put", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2268", "weight": 1.0}, {"source": "applications_rationale_2646", "target": "applications_fastapi_post", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L2646", "weight": 1.0}, {"source": "applications_rationale_3024", "target": "applications_fastapi_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3024", "weight": 1.0}, {"source": "applications_rationale_3397", "target": "applications_fastapi_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3397", "weight": 1.0}, {"source": "applications_rationale_3770", "target": "applications_fastapi_head", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L3770", "weight": 1.0}, {"source": "applications_rationale_4143", "target": "applications_fastapi_patch", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4143", "weight": 1.0}, {"source": "applications_rationale_4521", "target": "applications_fastapi_trace", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4521", "weight": 1.0}, {"source": "applications_rationale_4590", "target": "applications_fastapi_on_event", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4590", "weight": 1.0}, {"source": "applications_rationale_4611", "target": "applications_fastapi_middleware", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4611", "weight": 1.0}, {"source": "applications_rationale_4657", "target": "applications_fastapi_exception_handler", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L4657", "weight": 1.0}, {"source": "applications_rationale_927", "target": "backend_venv_lib_python3_12_site_packages_fastapi_applications_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L927", "weight": 1.0}], "raw_calls": [{"caller_nid": "applications_fastapi_init", "callee": "Doc", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L894"}, {"caller_nid": "applications_fastapi_init", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L929"}, {"caller_nid": "applications_fastapi_init", "callee": "Doc", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L937"}, {"caller_nid": "applications_fastapi_init", "callee": "APIRouter", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L946"}, {"caller_nid": "applications_fastapi_init", "callee": "Doc", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L950"}, {"caller_nid": "applications_fastapi_init", "callee": "State", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L964"}, {"caller_nid": "applications_fastapi_init", "callee": "Doc", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L967"}, {"caller_nid": "applications_fastapi_init", "callee": "APIRouter", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L982"}, {"caller_nid": "applications_fastapi_init", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1000"}, {"caller_nid": "applications_fastapi_init", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1001"}, {"caller_nid": "applications_fastapi_init", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1002"}, {"caller_nid": "applications_fastapi_init", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1007"}, {"caller_nid": "applications_fastapi_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1013"}, {"caller_nid": "applications_fastapi_build_middleware_stack", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1025"}, {"caller_nid": "applications_fastapi_build_middleware_stack", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1064"}, {"caller_nid": "applications_fastapi_build_middleware_stack", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1065"}, {"caller_nid": "applications_fastapi_openapi", "callee": "get_openapi", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1083"}, {"caller_nid": "applications_fastapi_setup", "callee": "add_route", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1116"}, {"caller_nid": "applications_fastapi_setup", "callee": "add_route", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1133"}, {"caller_nid": "applications_fastapi_setup", "callee": "add_route", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1140"}, {"caller_nid": "applications_fastapi_setup", "callee": "add_route", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1154"}, {"caller_nid": "applications_fastapi_call", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/applications.py", "source_location": "L1159"}]}