Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cb (0.16 sec)

  1. fastapi/openapi/utils.py

                    for callback in route.callbacks:
                        if isinstance(callback, routing.APIRoute):
                            (
                                cb_path,
                                cb_security_schemes,
                                cb_definitions,
                            ) = get_openapi_path(
                                route=callback,
                                operation_ids=operation_ids,
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 21.8K bytes
    - Viewed (0)
Back to top