start property

start property

Start

Definition:

@property
def start(self):
    ...

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

See Also