printed property

printed property

Definition:

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

See Also