hours_list property

hours_list property

Gets or sets the hours list.

Definition:

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

See Also