current_value proprietà

current_value proprietà

Ottiene o imposta il valore corrente.

Definizione:

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

Guarda anche