Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _annotation_is_complex (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fastapi/_compat/shared.py

        if origin is Annotated:
            return field_annotation_is_complex(get_args(annotation)[0])
    
        return (
            _annotation_is_complex(annotation)
            or _annotation_is_complex(origin)
            or hasattr(origin, "__pydantic_core_schema__")
            or hasattr(origin, "__get_pydantic_core_schema__")
        )
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 11 18:32:12 GMT 2026
    - 6.9K bytes
    - Click Count (0)
Back to Top