last_height property

last_height property

Gets or sets the last height.

Definition:

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

See Also