enable property
enable property
Gets or sets a value indicating whether evaluate is enable. Allow this to be disabled and hence skipped during evaluation. This is useful for debug
Definition:
@property
def enable(self):
...
@enable.setter
def enable(self, value):
...