last_printed property

last_printed property

Gets or sets the project’s last print time.

Definition:

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

See Also