left_indent property

left_indent property

Definition:

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

See Also