chr_type proprietà
chr_type proprietà
Specificare la combinazione di caratteri in base al valore del tipo.
Definizione:
@property
def chr_type(self):
...
@chr_type.setter
def chr_type(self, value):
...
Specificare la combinazione di caratteri in base al valore del tipo.
@property
def chr_type(self):
...
@chr_type.setter
def chr_type(self, value):
...