Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 00101110 (0.07 seconds)

  1. fastapi/applications.py

                    **Example**
    
                    ```python
                    from fastapi import FastAPI
    
                    app = FastAPI(version="0.0.1")
                    ```
                    """
                ),
            ] = "0.1.0",
            openapi_url: Annotated[
                str | None,
                Doc(
                    """
                    The URL where the OpenAPI schema will be served from.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
Back to Top