is_custom property

is_custom property

Definition:

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

See Also