country_code property

country_code property

Identifies the 3-digit country code.

Definition:

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

See Also