Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for create_with_computed_field (0.13 sec)

  1. tests/test_openapi_separate_input_output_schemas.py

                    sub=SubItem(subname="subname"),
                ),
                Item(name="Plumbus"),
            ]
    
        @app.post("/with-computed-field/")
        def create_with_computed_field(
            with_computed_field: WithComputedField,
        ) -> WithComputedField:
            return with_computed_field
    
        client = TestClient(app)
        return client
    
    
    def test_create_item():
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 15:55:38 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top