bounds property

bounds property

Definition:

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

See Also