is_bottom property

is_bottom property

Get or set whether a “top/bottom n” rule is a “bottom n” rule. Default value is false.

Definition:

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

See Also