country_code property
country_code property
Gets or sets the code of the country the content is focusing on. The code should be taken from ISO 3166 two or three letter code.
Definition:
@property
def country_code(self):
...
@country_code.setter
def country_code(self, value):
...