src/dazzle_back/runtime/route_overrides.py¶
Generated: 2026-03-30T04:38:48.084414+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Route override discovery for project-level custom handlers (v0.29.0).
Scans project routes/ for Python files with declaration headers
and loads custom FastAPI route handlers that replace generated routes.
Route override files use declaration headers::
# dazzle:route-override GET /app/task...
Key Exports¶
RouteOverrideDescriptordiscover_route_overridesbuild_override_router
Dependencies¶
Imports¶
importlib.utilloggingresyscollections.abc.Callabledataclasses.dataclasspathlib.Pathtyping.Anyfastapi.APIRouter
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_route_overrides.pytests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.