Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for stop (0.14 sec)

  1. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    SVG Image
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Aug 24 08:43:44 GMT 2022
    - 107.4K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/jina-top-banner.svg

    jina-top-banner.svg...
    SVG Image
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Aug 16 11:07:22 GMT 2022
    - 159.1K bytes
    - Viewed (0)
  3. fastapi/routing.py

                    [FastAPI docs for `lifespan`](https://fastapi.tiangolo.com/advanced/events/).
                    """
                ),
            ] = None,
            # the generic to Lifespan[AppType] is the type of the top level application
            # which the router cannot know statically, so we use typing.Any
            lifespan: Annotated[
                Optional[Lifespan[Any]],
                Doc(
                    """
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
Back to top