my_colors property

my_colors property

Gets the MyColors.

Definition:

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

See Also