Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for callback_route (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_include_router_defaults_overrides.py

        response.headers["x-level5"] = "True"
    
    
    callback_router0 = APIRouter()
    
    
    @callback_router0.get("/")
    async def callback0(level0: str):
        pass  # pragma: nocover
    
    
    callback_router1 = APIRouter()
    
    
    @callback_router1.get("/")
    async def callback1(level1: str):
        pass  # pragma: nocover
    
    
    callback_router2 = APIRouter()
    
    
    @callback_router2.get("/")
    async def callback2(level2: str):
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 358.6K bytes
    - Click Count (0)
Back to Top