is_new property

is_new property

Definition:

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

See Also