bounds property

bounds property

Gets bounds

Definition:

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

See Also