country property

country property

Gets or sets address country.

Definition:

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

See Also