printed property

printed property

Gets the tag that denotes the date a file was printed.

Definition:

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

See Also