max_length proprietà

max_length proprietà

Ottiene e imposta il numero massimo di caratteri

Definizione:

@property
def max_length(self):
    ...
@max_length.setter
def max_length(self, value):
    ...

Guarda anche