region property

region property

Region

Definition:

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

See Also