Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _annotation_is_sequence (0.21 sec)

  1. fastapi/_compat.py

            for arg in get_args(annotation):
                if field_annotation_is_sequence(arg):
                    return True
            return False
        return _annotation_is_sequence(annotation) or _annotation_is_sequence(
            get_origin(annotation)
        )
    
    
    def value_is_sequence(value: Any) -> bool:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:36:32 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top