left property

left property

Specifies left position of signature.

Definition:

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

See Also