created property

created property

Definition:

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

See Also