creation_date property

creation_date property

CreationDate

Definition:

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

See Also