timing property

timing property

Definition:

@property
def timing(self):
    ...

@timing.setter
def timing(self, value):
    ...

See Also