Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sa (0.01 seconds)

  1. fastapi/_compat/v2.py

            if isinstance(va, str) and va:
                return va
            return None
    
        @property
        def serialization_alias(self) -> Union[str, None]:
            sa = self.field_info.serialization_alias
            return sa or None
    
        @property
        def required(self) -> bool:
            return self.field_info.is_required()
    
        @property
        def default(self) -> Any:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 19.1K bytes
    - Click Count (0)
Back to Top