class documentation
class MaxLen(AnnotatedTypeChecker): (source)
Undocumented
Method | __init__ |
Undocumented |
Method | check |
Takes any argument and raises a ValueError if it doesn't check out |
Instance Variable | inclusive |
Whether to include max_length as valid value or not |
Instance Variable | max |
Maximum allowed length of the iterable |