is_printable property

is_printable property

Indicates whether the slicer object is printable.

Example


slicer.is_printable = True

Definition:

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

See Also