condition property

condition property

Condition

Definition:

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

See Also