Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for __post_init__ (0.08 seconds)

  1. fastapi/_compat/v2.py

            sa = self.field_info.serialization_alias
            return sa or None
    
        @property
        def default(self) -> Any:
            return self.get_default()
    
        def __post_init__(self) -> None:
            with warnings.catch_warnings():
                # Pydantic >= 2.12.0 warns about field specific metadata that is unused
                # (e.g. `TypeAdapter(Annotated[int, Field(alias='b')])`). In some cases, we
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 16.7K bytes
    - Click Count (0)
Back to Top