Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _T (0.01 seconds)

  1. fastapi/routing.py

            # Same as in Starlette
            await wrap_app_handling_exceptions(app, session)(scope, receive, send)
    
        return app
    
    
    _T = TypeVar("_T")
    
    
    # Vendored from starlette.routing to avoid importing private symbols
    class _AsyncLiftContextManager(AbstractAsyncContextManager[_T]):
        """
        Wraps a synchronous context manager to make it async.
    
        This is vendored from Starlette to avoid importing private symbols.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
Back to Top