region property

region property

Gets or sets the system regional settings based on CountryCode at the time the file was loaded.

Remarks

If you do not want to use the region saved in the file, please reset it after reading the file.

Definition:

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

See Also