enabled property

enabled property

Definition:

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

See Also