bottom property

bottom property

Definition:

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

See Also