Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for item_overridden (5.22 sec)

  1. tests/test_schema_extra_examples.py

        with pytest.warns(DeprecationWarning):
    
            @app.get("/path_example_examples/{item_id}")
            def path_example_examples(
                item_id: str = Path(
                    example="item_overridden",
                    examples=["item_1", "item_2"],
                ),
            ):
                return item_id
    
        with pytest.warns(DeprecationWarning):
    
            @app.get("/query_example/")
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 24 20:26:06 GMT 2023
    - 37.7K bytes
    - Viewed (0)
Back to top