max_length property

max_length property

For string values, defines the longest allowed string.

Definition:

@property
def max_length(self):
    ...

See Also