colours property

colours property

Colours

Definition:

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

See Also