country property
country property
Gets or sets the country.
Definition:
@property
def country(self):
...
@country.setter
def country(self, value):
...
Gets or sets the country.
@property
def country(self):
...
@country.setter
def country(self, value):
...