Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ChimichangApp (0.1 sec)

  1. fastapi/applications.py

                    **Example**
    
                    ```python
                    from fastapi import FastAPI
    
                    app = FastAPI(title="ChimichangApp")
                    ```
                    """
                ),
            ] = "FastAPI",
            summary: Annotated[
                Optional[str],
                Doc(
                    """
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
Back to top