kittycad.models.country_code.CountryCode

class kittycad.models.country_code.CountryCode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source][source]

Bases: str, Enum

An enumeration of all ISO-3166 alpha-2 country codes.

__init__(*args, **kwds)[source]

Methods

__init__(*args, **kwds)

capitalize()

Return a capitalized version of the string.

casefold()

Return a version of the string suitable for caseless comparisons.

center(width[, fillchar])

Return a centered string of length width.

count(sub[, start[, end]])

Return the number of non-overlapping occurrences of substring sub in string S[start:end].

encode([encoding, errors])

Encode the string using the codec registered for encoding.

endswith(suffix[, start[, end]])

Return True if S ends with the specified suffix, False otherwise.

expandtabs([tabsize])

Return a copy where all tab characters are expanded using spaces.

find(sub[, start[, end]])

Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end].

format(*args, **kwargs)

Return a formatted version of S, using substitutions from args and kwargs.

format_map(mapping)

Return a formatted version of S, using substitutions from mapping.

index(sub[, start[, end]])

Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end].

isalnum()

Return True if the string is an alpha-numeric string, False otherwise.

isalpha()

Return True if the string is an alphabetic string, False otherwise.

isascii()

Return True if all characters in the string are ASCII, False otherwise.

isdecimal()

Return True if the string is a decimal string, False otherwise.

isdigit()

Return True if the string is a digit string, False otherwise.

isidentifier()

Return True if the string is a valid Python identifier, False otherwise.

islower()

Return True if the string is a lowercase string, False otherwise.

isnumeric()

Return True if the string is a numeric string, False otherwise.

isprintable()

Return True if the string is printable, False otherwise.

isspace()

Return True if the string is a whitespace string, False otherwise.

istitle()

Return True if the string is a title-cased string, False otherwise.

isupper()

Return True if the string is an uppercase string, False otherwise.

join(iterable, /)

Concatenate any number of strings.

ljust(width[, fillchar])

Return a left-justified string of length width.

lower()

Return a copy of the string converted to lowercase.

lstrip([chars])

Return a copy of the string with leading whitespace removed.

maketrans

Return a translation table usable for str.translate().

partition(sep, /)

Partition the string into three parts using the given separator.

removeprefix(prefix, /)

Return a str with the given prefix string removed if present.

removesuffix(suffix, /)

Return a str with the given suffix string removed if present.

replace(old, new[, count])

Return a copy with all occurrences of substring old replaced by new.

rfind(sub[, start[, end]])

Return the highest index in S where substring sub is found, such that sub is contained within S[start:end].

rindex(sub[, start[, end]])

Return the highest index in S where substring sub is found, such that sub is contained within S[start:end].

rjust(width[, fillchar])

Return a right-justified string of length width.

rpartition(sep, /)

Partition the string into three parts using the given separator.

rsplit([sep, maxsplit])

Return a list of the substrings in the string, using sep as the separator string.

rstrip([chars])

Return a copy of the string with trailing whitespace removed.

split([sep, maxsplit])

Return a list of the substrings in the string, using sep as the separator string.

splitlines([keepends])

Return a list of the lines in the string, breaking at line boundaries.

startswith(prefix[, start[, end]])

Return True if S starts with the specified prefix, False otherwise.

strip([chars])

Return a copy of the string with leading and trailing whitespace removed.

swapcase()

Convert uppercase characters to lowercase and lowercase characters to uppercase.

title()

Return a version of the string where each word is titlecased.

translate(table, /)

Replace each character in the string using the given translation table.

upper()

Return a copy of the string converted to uppercase.

zfill(width, /)

Pad a numeric string with zeros on the left, to fill a field of the given width.

Attributes

AF

# Åland Islands

AX

# Albania

AL

# Algeria

DZ

# American Samoa

AS

# Andorra

AD

# Angola

AO

# Anguilla

AI

# Antarctica

AQ

# Antigua and Barbuda

AG

# Argentina

AR

# Armenia

AM

# Aruba

AW

# Australia

AU

# Austria

AT

# Azerbaijan

AZ

# Bahamas

BS

# Bahrain

BH

# Bangladesh

BD

# Barbados

BB

# Belarus

BY

# Belgium

BE

# Belize

BZ

# Benin

BJ

# Bermuda

BM

# Bhutan

BT

# Bolivia (Plurinational State of)

BO

# Bonaire, Sint Eustatius and Saba

BQ

# Bosnia and Herzegovina

BA

# Botswana

BW

# Bouvet Island

BV

# Brazil

BR

# British Indian Ocean Territory

IO

# Brunei Darussalam

BN

# Bulgaria

BG

# Burkina Faso

BF

# Burundi

BI

# Cabo Verde

CV

# Cambodia

KH

# Cameroon

CM

# Canada

CA

# Cayman Islands

KY

# Central African Republic

CF

# Chad

TD

# Chile

CL

# China

CN

# Christmas Island

CX

# Cocos (Keeling) Islands

CC

# Colombia

CO

# Comoros

KM

# Congo

CG

# Congo (Democratic Republic of the)

CD

# Cook Islands

CK

# Costa Rica

CR

# Côte d'Ivoire

CI

# Croatia

HR

# Cuba

CU

# Curaçao

CW

# Cyprus

CY

# Czechia

CZ

# Denmark

DK

# Djibouti

DJ

# Dominica

DM

# Dominican Republic

DO

# Ecuador

EC

# Egypt

EG

# El Salvador

SV

# Equatorial Guinea

GQ

# Eritrea

ER

# Estonia

EE

# Ethiopia

ET

# Falkland Islands (Malvinas)

FK

# Faroe Islands

FO

# Fiji

FJ

# Finland

FI

# France

FR

# French Guiana

GF

# French Polynesia

PF

# French Southern Territories

TF

# Gabon

GA

# Gambia

GM

# Georgia

GE

# Germany

DE

# Ghana

GH

# Gibraltar

GI

# Greece

GR

# Greenland

GL

# Grenada

GD

# Guadeloupe

GP

# Guam

GU

# Guatemala

GT

# Guernsey

GG

# Guinea

GN

# Guinea-Bissau

GW

# Guyana

GY

# Haiti

HT

# Heard Island and McDonald Islands

HM

# Holy See

VA

# Honduras

HN

# Hong Kong

HK

# Hungary

HU

# Iceland

IS

# India

IN

# Indonesia

ID

# Iran (Islamic Republic of)

IR

# Iraq

IQ

# Ireland

IE

# Isle of Man

IM

# Israel

IL

# Italy

IT

# Jamaica

JM

# Japan

JP

# Jersey

JE

# Jordan

JO

# Kazakhstan

KZ

# Kenya

KE

# Kiribati

KI

# Korea (Democratic People's Republic of)

KP

# Korea (Republic of)

KR

# Kuwait

KW

# Kyrgyzstan

KG

# Lao People's Democratic Republic

LA

# Latvia

LV

# Lebanon

LB

# Lesotho

LS

# Liberia

LR

# Libya

LY

# Liechtenstein

LI

# Lithuania

LT

# Luxembourg

LU

# Macao

MO

# Macedonia (the former Yugoslav Republic of)

MK

# Madagascar

MG

# Malawi

MW

# Malaysia

MY

# Maldives

MV

# Mali

ML

# Malta

MT

# Marshall Islands

MH

# Martinique

MQ

# Mauritania

MR

# Mauritius

MU

# Mayotte

YT

# Mexico

MX

# Micronesia (Federated States of)

FM

# Moldova (Republic of)

MD

# Monaco

MC

# Mongolia

MN

# Montenegro

ME

# Montserrat

MS

# Morocco

MA

# Mozambique

MZ

# Myanmar

MM

# Namibia

NA

# Nauru

NR

# Nepal

NP

# Netherlands

NL

# New Caledonia

NC

# New Zealand

NZ

# Nicaragua

NI

# Niger

NE

# Nigeria

NG

# Niue

NU

# Norfolk Island

NF

# Northern Mariana Islands

MP

# Norway

NO

# Oman

OM

# Pakistan

PK

# Palau

PW

# Palestine, State of

PS

# Panama

PA

# Papua New Guinea

PG

# Paraguay

PY

# Peru

PE

# Philippines

PH

# Pitcairn

PN

# Poland

PL

# Portugal

PT

# Puerto Rico

PR

# Qatar

QA

# Réunion

RE

# Romania

RO

# Russian Federation

RU

# Rwanda

RW

# Saint Barthélemy

BL

# Saint Helena, Ascension and Tristan da Cunha

SH

# Saint Kitts and Nevis

KN

# Saint Lucia

LC

# Saint Martin (French part)

MF

# Saint Pierre and Miquelon

PM

# Saint Vincent and the Grenadines

VC

# Samoa

WS

# San Marino

SM

# Sao Tome and Principe

ST

# Saudi Arabia

SA

# Senegal

SN

# Serbia

RS

# Seychelles

SC

# Sierra Leone

SL

# Singapore

SG

# Sint Maarten (Dutch part)

SX

# Slovakia

SK

# Slovenia

SI

# Solomon Islands

SB

# Somalia

SO

# South Africa

ZA

# South Georgia and the South Sandwich Islands

GS

# South Sudan

SS

# Spain

ES

# Sri Lanka

LK

# Sudan

SD

# Suriname

SR

# Svalbard and Jan Mayen

SJ

# Swaziland

SZ

# Sweden

SE

# Switzerland

CH

# Syrian Arab Republic

SY

# Taiwan, Province of China

TW

# Tajikistan

TJ

# Tanzania, United Republic of

TZ

# Thailand

TH

# Timor-Leste

TL

# Togo

TG

# Tokelau

TK

# Tonga

TO

# Trinidad and Tobago

TT

# Tunisia

TN

# Turkey

TR

# Turkmenistan

TM

# Turks and Caicos Islands

TC

# Tuvalu

TV

# Uganda

UG

# Ukraine

UA

# United Arab Emirates

AE

# United Kingdom of Great Britain and Northern Ireland

GB

# United States of America

US

# United States Minor Outlying Islands

UM

# Uruguay

UY

# Uzbekistan

UZ

# Vanuatu

VU

# Venezuela (Bolivarian Republic of)

VE

# Viet Nam

VN

# Virgin Islands (British)

VG

# Virgin Islands (U.S.)

VI

# Wallis and Futuna

WF

# Western Sahara

EH

# Yemen

YE

# Zambia

ZM

# Zimbabwe

ZW

AD = 'AD'[source]

# Angola

AE = 'AE'[source]

# United Kingdom of Great Britain and Northern Ireland

AF = 'AF'[source]

# Åland Islands

AG = 'AG'[source]

# Argentina

AI = 'AI'[source]

# Antarctica

AL = 'AL'[source]

# Algeria

AM = 'AM'[source]

# Aruba

AO = 'AO'[source]

# Anguilla

AQ = 'AQ'[source]

# Antigua and Barbuda

AR = 'AR'[source]

# Armenia

AS = 'AS'[source]

# Andorra

AT = 'AT'[source]

# Azerbaijan

AU = 'AU'[source]

# Austria

AW = 'AW'[source]

# Australia

AX = 'AX'[source]

# Albania

AZ = 'AZ'[source]

# Bahamas

BA = 'BA'[source]

# Botswana

BB = 'BB'[source]

# Belarus

BD = 'BD'[source]

# Barbados

BE = 'BE'[source]

# Belize

BF = 'BF'[source]

# Burundi

BG = 'BG'[source]

# Burkina Faso

BH = 'BH'[source]

# Bangladesh

BI = 'BI'[source]

# Cabo Verde

BJ = 'BJ'[source]

# Bermuda

BL = 'BL'[source]

# Saint Helena, Ascension and Tristan da Cunha

BM = 'BM'[source]

# Bhutan

BN = 'BN'[source]

# Bulgaria

BO = 'BO'[source]

# Bonaire, Sint Eustatius and Saba

BQ = 'BQ'[source]

# Bosnia and Herzegovina

BR = 'BR'[source]

# British Indian Ocean Territory

BS = 'BS'[source]

# Bahrain

BT = 'BT'[source]

# Bolivia (Plurinational State of)

BV = 'BV'[source]

# Brazil

BW = 'BW'[source]

# Bouvet Island

BY = 'BY'[source]

# Belgium

BZ = 'BZ'[source]

# Benin

CA = 'CA'[source]

# Cayman Islands

CC = 'CC'[source]

# Colombia

CD = 'CD'[source]

# Cook Islands

CF = 'CF'[source]

# Chad

CG = 'CG'[source]

# Congo (Democratic Republic of the)

CH = 'CH'[source]

# Syrian Arab Republic

CI = 'CI'[source]

# Croatia

CK = 'CK'[source]

# Costa Rica

CL = 'CL'[source]

# China

CM = 'CM'[source]

# Canada

CN = 'CN'[source]

# Christmas Island

CO = 'CO'[source]

# Comoros

CR = 'CR'[source]

# Côte d’Ivoire

CU = 'CU'[source]

# Curaçao

CV = 'CV'[source]

# Cambodia

CW = 'CW'[source]

# Cyprus

CX = 'CX'[source]

# Cocos (Keeling) Islands

CY = 'CY'[source]

# Czechia

CZ = 'CZ'[source]

# Denmark

DE = 'DE'[source]

# Ghana

DJ = 'DJ'[source]

# Dominica

DK = 'DK'[source]

# Djibouti

DM = 'DM'[source]

# Dominican Republic

DO = 'DO'[source]

# Ecuador

DZ = 'DZ'[source]

# American Samoa

EC = 'EC'[source]

# Egypt

EE = 'EE'[source]

# Ethiopia

EG = 'EG'[source]

# El Salvador

EH = 'EH'[source]

# Yemen

ER = 'ER'[source]

# Estonia

ES = 'ES'[source]

# Sri Lanka

ET = 'ET'[source]

# Falkland Islands (Malvinas)

FI = 'FI'[source]

# France

FJ = 'FJ'[source]

# Finland

FK = 'FK'[source]

# Faroe Islands

FM = 'FM'[source]

# Moldova (Republic of)

FO = 'FO'[source]

# Fiji

FR = 'FR'[source]

# French Guiana

GA = 'GA'[source]

# Gambia

GB = 'GB'[source]

# United States of America

GD = 'GD'[source]

# Guadeloupe

GE = 'GE'[source]

# Germany

GF = 'GF'[source]

# French Polynesia

GG = 'GG'[source]

# Guinea

GH = 'GH'[source]

# Gibraltar

GI = 'GI'[source]

# Greece

GL = 'GL'[source]

# Grenada

GM = 'GM'[source]

# Georgia

GN = 'GN'[source]

# Guinea-Bissau

GP = 'GP'[source]

# Guam

GQ = 'GQ'[source]

# Eritrea

GR = 'GR'[source]

# Greenland

GS = 'GS'[source]

# South Sudan

GT = 'GT'[source]

# Guernsey

GU = 'GU'[source]

# Guatemala

GW = 'GW'[source]

# Guyana

GY = 'GY'[source]

# Haiti

HK = 'HK'[source]

# Hungary

HM = 'HM'[source]

# Holy See

HN = 'HN'[source]

# Hong Kong

HR = 'HR'[source]

# Cuba

HT = 'HT'[source]

# Heard Island and McDonald Islands

HU = 'HU'[source]

# Iceland

ID = 'ID'[source]

# Iran (Islamic Republic of)

IE = 'IE'[source]

# Isle of Man

IL = 'IL'[source]

# Italy

IM = 'IM'[source]

# Israel

IN = 'IN'[source]

# Indonesia

IO = 'IO'[source]

# Brunei Darussalam

IQ = 'IQ'[source]

# Ireland

IR = 'IR'[source]

# Iraq

IS = 'IS'[source]

# India

IT = 'IT'[source]

# Jamaica

JE = 'JE'[source]

# Jordan

JM = 'JM'[source]

# Japan

JO = 'JO'[source]

# Kazakhstan

JP = 'JP'[source]

# Jersey

KE = 'KE'[source]

# Kiribati

KG = 'KG'[source]

# Lao People’s Democratic Republic

KH = 'KH'[source]

# Cameroon

KI = 'KI'[source]

# Korea (Democratic People’s Republic of)

KM = 'KM'[source]

# Congo

KN = 'KN'[source]

# Saint Lucia

KP = 'KP'[source]

# Korea (Republic of)

KR = 'KR'[source]

# Kuwait

KW = 'KW'[source]

# Kyrgyzstan

KY = 'KY'[source]

# Central African Republic

KZ = 'KZ'[source]

# Kenya

LA = 'LA'[source]

# Latvia

LB = 'LB'[source]

# Lesotho

LC = 'LC'[source]

# Saint Martin (French part)

LI = 'LI'[source]

# Lithuania

LK = 'LK'[source]

# Sudan

LR = 'LR'[source]

# Libya

LS = 'LS'[source]

# Liberia

LT = 'LT'[source]

# Luxembourg

LU = 'LU'[source]

# Macao

LV = 'LV'[source]

# Lebanon

LY = 'LY'[source]

# Liechtenstein

MA = 'MA'[source]

# Mozambique

MC = 'MC'[source]

# Mongolia

MD = 'MD'[source]

# Monaco

ME = 'ME'[source]

# Montserrat

MF = 'MF'[source]

# Saint Pierre and Miquelon

MG = 'MG'[source]

# Malawi

MH = 'MH'[source]

# Martinique

MK = 'MK'[source]

# Madagascar

ML = 'ML'[source]

# Malta

MM = 'MM'[source]

# Namibia

MN = 'MN'[source]

# Montenegro

MO = 'MO'[source]

# Macedonia (the former Yugoslav Republic of)

MP = 'MP'[source]

# Norway

MQ = 'MQ'[source]

# Mauritania

MR = 'MR'[source]

# Mauritius

MS = 'MS'[source]

# Morocco

MT = 'MT'[source]

# Marshall Islands

MU = 'MU'[source]

# Mayotte

MV = 'MV'[source]

# Mali

MW = 'MW'[source]

# Malaysia

MX = 'MX'[source]

# Micronesia (Federated States of)

MY = 'MY'[source]

# Maldives

MZ = 'MZ'[source]

# Myanmar

NA = 'NA'[source]

# Nauru

NC = 'NC'[source]

# New Zealand

NE = 'NE'[source]

# Nigeria

NF = 'NF'[source]

# Northern Mariana Islands

NG = 'NG'[source]

# Niue

NI = 'NI'[source]

# Niger

NL = 'NL'[source]

# New Caledonia

NO = 'NO'[source]

# Oman

NP = 'NP'[source]

# Netherlands

NR = 'NR'[source]

# Nepal

NU = 'NU'[source]

# Norfolk Island

NZ = 'NZ'[source]

# Nicaragua

OM = 'OM'[source]

# Pakistan

PA = 'PA'[source]

# Papua New Guinea

PE = 'PE'[source]

# Philippines

PF = 'PF'[source]

# French Southern Territories

PG = 'PG'[source]

# Paraguay

PH = 'PH'[source]

# Pitcairn

PK = 'PK'[source]

# Palau

PL = 'PL'[source]

# Portugal

PM = 'PM'[source]

# Saint Vincent and the Grenadines

PN = 'PN'[source]

# Poland

PR = 'PR'[source]

# Qatar

PS = 'PS'[source]

# Panama

PT = 'PT'[source]

# Puerto Rico

PW = 'PW'[source]

# Palestine, State of

PY = 'PY'[source]

# Peru

QA = 'QA'[source]

# Réunion

RE = 'RE'[source]

# Romania

RO = 'RO'[source]

# Russian Federation

RS = 'RS'[source]

# Seychelles

RU = 'RU'[source]

# Rwanda

RW = 'RW'[source]

# Saint Barthélemy

SA = 'SA'[source]

# Senegal

SB = 'SB'[source]

# Somalia

SC = 'SC'[source]

# Sierra Leone

SD = 'SD'[source]

# Suriname

SE = 'SE'[source]

# Switzerland

SG = 'SG'[source]

# Sint Maarten (Dutch part)

SH = 'SH'[source]

# Saint Kitts and Nevis

SI = 'SI'[source]

# Solomon Islands

SJ = 'SJ'[source]

# Swaziland

SK = 'SK'[source]

# Slovenia

SL = 'SL'[source]

# Singapore

SM = 'SM'[source]

# Sao Tome and Principe

SN = 'SN'[source]

# Serbia

SO = 'SO'[source]

# South Africa

SR = 'SR'[source]

# Svalbard and Jan Mayen

SS = 'SS'[source]

# Spain

ST = 'ST'[source]

# Saudi Arabia

SV = 'SV'[source]

# Equatorial Guinea

SX = 'SX'[source]

# Slovakia

SY = 'SY'[source]

# Taiwan, Province of China

SZ = 'SZ'[source]

# Sweden

TC = 'TC'[source]

# Tuvalu

TD = 'TD'[source]

# Chile

TF = 'TF'[source]

# Gabon

TG = 'TG'[source]

# Tokelau

TH = 'TH'[source]

# Timor-Leste

TJ = 'TJ'[source]

# Tanzania, United Republic of

TK = 'TK'[source]

# Tonga

TL = 'TL'[source]

# Togo

TM = 'TM'[source]

# Turks and Caicos Islands

TN = 'TN'[source]

# Turkey

TO = 'TO'[source]

# Trinidad and Tobago

TR = 'TR'[source]

# Turkmenistan

TT = 'TT'[source]

# Tunisia

TV = 'TV'[source]

# Uganda

TW = 'TW'[source]

# Tajikistan

TZ = 'TZ'[source]

# Thailand

UA = 'UA'[source]

# United Arab Emirates

UG = 'UG'[source]

# Ukraine

UM = 'UM'[source]

# Uruguay

US = 'US'[source]

# United States Minor Outlying Islands

UY = 'UY'[source]

# Uzbekistan

UZ = 'UZ'[source]

# Vanuatu

VA = 'VA'[source]

# Honduras

VC = 'VC'[source]

# Samoa

VE = 'VE'[source]

# Viet Nam

VG = 'VG'[source]

# Virgin Islands (U.S.)

VI = 'VI'[source]

# Wallis and Futuna

VN = 'VN'[source]

# Virgin Islands (British)

VU = 'VU'[source]

# Venezuela (Bolivarian Republic of)

WF = 'WF'[source]

# Western Sahara

WS = 'WS'[source]

# San Marino

YE = 'YE'[source]

# Zambia

YT = 'YT'[source]

# Mexico

ZA = 'ZA'[source]

# South Georgia and the South Sandwich Islands

ZM = 'ZM'[source]

# Zimbabwe

ZW = 'ZW'[source]
__add__(value, /)[source]

Return self+value.

__annotations__ = {}[source]
__contains__(key, /)[source]

Return key in self.

__dict__ = mappingproxy({'_generate_next_value_': <function Enum._generate_next_value_>, '__module__': 'kittycad.models.country_code', '__doc__': 'An enumeration of all ISO-3166 alpha-2 country codes.', '__str__': <function CountryCode.__str__>, '_new_member_': <built-in method __new__ of type object>, '_use_args_': True, '_member_names_': ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'CV', 'KH', 'CM', 'CA', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW'], '_member_map_': {'AF': <CountryCode.AF: 'AF'>, 'AX': <CountryCode.AX: 'AX'>, 'AL': <CountryCode.AL: 'AL'>, 'DZ': <CountryCode.DZ: 'DZ'>, 'AS': <CountryCode.AS: 'AS'>, 'AD': <CountryCode.AD: 'AD'>, 'AO': <CountryCode.AO: 'AO'>, 'AI': <CountryCode.AI: 'AI'>, 'AQ': <CountryCode.AQ: 'AQ'>, 'AG': <CountryCode.AG: 'AG'>, 'AR': <CountryCode.AR: 'AR'>, 'AM': <CountryCode.AM: 'AM'>, 'AW': <CountryCode.AW: 'AW'>, 'AU': <CountryCode.AU: 'AU'>, 'AT': <CountryCode.AT: 'AT'>, 'AZ': <CountryCode.AZ: 'AZ'>, 'BS': <CountryCode.BS: 'BS'>, 'BH': <CountryCode.BH: 'BH'>, 'BD': <CountryCode.BD: 'BD'>, 'BB': <CountryCode.BB: 'BB'>, 'BY': <CountryCode.BY: 'BY'>, 'BE': <CountryCode.BE: 'BE'>, 'BZ': <CountryCode.BZ: 'BZ'>, 'BJ': <CountryCode.BJ: 'BJ'>, 'BM': <CountryCode.BM: 'BM'>, 'BT': <CountryCode.BT: 'BT'>, 'BO': <CountryCode.BO: 'BO'>, 'BQ': <CountryCode.BQ: 'BQ'>, 'BA': <CountryCode.BA: 'BA'>, 'BW': <CountryCode.BW: 'BW'>, 'BV': <CountryCode.BV: 'BV'>, 'BR': <CountryCode.BR: 'BR'>, 'IO': <CountryCode.IO: 'IO'>, 'BN': <CountryCode.BN: 'BN'>, 'BG': <CountryCode.BG: 'BG'>, 'BF': <CountryCode.BF: 'BF'>, 'BI': <CountryCode.BI: 'BI'>, 'CV': <CountryCode.CV: 'CV'>, 'KH': <CountryCode.KH: 'KH'>, 'CM': <CountryCode.CM: 'CM'>, 'CA': <CountryCode.CA: 'CA'>, 'KY': <CountryCode.KY: 'KY'>, 'CF': <CountryCode.CF: 'CF'>, 'TD': <CountryCode.TD: 'TD'>, 'CL': <CountryCode.CL: 'CL'>, 'CN': <CountryCode.CN: 'CN'>, 'CX': <CountryCode.CX: 'CX'>, 'CC': <CountryCode.CC: 'CC'>, 'CO': <CountryCode.CO: 'CO'>, 'KM': <CountryCode.KM: 'KM'>, 'CG': <CountryCode.CG: 'CG'>, 'CD': <CountryCode.CD: 'CD'>, 'CK': <CountryCode.CK: 'CK'>, 'CR': <CountryCode.CR: 'CR'>, 'CI': <CountryCode.CI: 'CI'>, 'HR': <CountryCode.HR: 'HR'>, 'CU': <CountryCode.CU: 'CU'>, 'CW': <CountryCode.CW: 'CW'>, 'CY': <CountryCode.CY: 'CY'>, 'CZ': <CountryCode.CZ: 'CZ'>, 'DK': <CountryCode.DK: 'DK'>, 'DJ': <CountryCode.DJ: 'DJ'>, 'DM': <CountryCode.DM: 'DM'>, 'DO': <CountryCode.DO: 'DO'>, 'EC': <CountryCode.EC: 'EC'>, 'EG': <CountryCode.EG: 'EG'>, 'SV': <CountryCode.SV: 'SV'>, 'GQ': <CountryCode.GQ: 'GQ'>, 'ER': <CountryCode.ER: 'ER'>, 'EE': <CountryCode.EE: 'EE'>, 'ET': <CountryCode.ET: 'ET'>, 'FK': <CountryCode.FK: 'FK'>, 'FO': <CountryCode.FO: 'FO'>, 'FJ': <CountryCode.FJ: 'FJ'>, 'FI': <CountryCode.FI: 'FI'>, 'FR': <CountryCode.FR: 'FR'>, 'GF': <CountryCode.GF: 'GF'>, 'PF': <CountryCode.PF: 'PF'>, 'TF': <CountryCode.TF: 'TF'>, 'GA': <CountryCode.GA: 'GA'>, 'GM': <CountryCode.GM: 'GM'>, 'GE': <CountryCode.GE: 'GE'>, 'DE': <CountryCode.DE: 'DE'>, 'GH': <CountryCode.GH: 'GH'>, 'GI': <CountryCode.GI: 'GI'>, 'GR': <CountryCode.GR: 'GR'>, 'GL': <CountryCode.GL: 'GL'>, 'GD': <CountryCode.GD: 'GD'>, 'GP': <CountryCode.GP: 'GP'>, 'GU': <CountryCode.GU: 'GU'>, 'GT': <CountryCode.GT: 'GT'>, 'GG': <CountryCode.GG: 'GG'>, 'GN': <CountryCode.GN: 'GN'>, 'GW': <CountryCode.GW: 'GW'>, 'GY': <CountryCode.GY: 'GY'>, 'HT': <CountryCode.HT: 'HT'>, 'HM': <CountryCode.HM: 'HM'>, 'VA': <CountryCode.VA: 'VA'>, 'HN': <CountryCode.HN: 'HN'>, 'HK': <CountryCode.HK: 'HK'>, 'HU': <CountryCode.HU: 'HU'>, 'IS': <CountryCode.IS: 'IS'>, 'IN': <CountryCode.IN: 'IN'>, 'ID': <CountryCode.ID: 'ID'>, 'IR': <CountryCode.IR: 'IR'>, 'IQ': <CountryCode.IQ: 'IQ'>, 'IE': <CountryCode.IE: 'IE'>, 'IM': <CountryCode.IM: 'IM'>, 'IL': <CountryCode.IL: 'IL'>, 'IT': <CountryCode.IT: 'IT'>, 'JM': <CountryCode.JM: 'JM'>, 'JP': <CountryCode.JP: 'JP'>, 'JE': <CountryCode.JE: 'JE'>, 'JO': <CountryCode.JO: 'JO'>, 'KZ': <CountryCode.KZ: 'KZ'>, 'KE': <CountryCode.KE: 'KE'>, 'KI': <CountryCode.KI: 'KI'>, 'KP': <CountryCode.KP: 'KP'>, 'KR': <CountryCode.KR: 'KR'>, 'KW': <CountryCode.KW: 'KW'>, 'KG': <CountryCode.KG: 'KG'>, 'LA': <CountryCode.LA: 'LA'>, 'LV': <CountryCode.LV: 'LV'>, 'LB': <CountryCode.LB: 'LB'>, 'LS': <CountryCode.LS: 'LS'>, 'LR': <CountryCode.LR: 'LR'>, 'LY': <CountryCode.LY: 'LY'>, 'LI': <CountryCode.LI: 'LI'>, 'LT': <CountryCode.LT: 'LT'>, 'LU': <CountryCode.LU: 'LU'>, 'MO': <CountryCode.MO: 'MO'>, 'MK': <CountryCode.MK: 'MK'>, 'MG': <CountryCode.MG: 'MG'>, 'MW': <CountryCode.MW: 'MW'>, 'MY': <CountryCode.MY: 'MY'>, 'MV': <CountryCode.MV: 'MV'>, 'ML': <CountryCode.ML: 'ML'>, 'MT': <CountryCode.MT: 'MT'>, 'MH': <CountryCode.MH: 'MH'>, 'MQ': <CountryCode.MQ: 'MQ'>, 'MR': <CountryCode.MR: 'MR'>, 'MU': <CountryCode.MU: 'MU'>, 'YT': <CountryCode.YT: 'YT'>, 'MX': <CountryCode.MX: 'MX'>, 'FM': <CountryCode.FM: 'FM'>, 'MD': <CountryCode.MD: 'MD'>, 'MC': <CountryCode.MC: 'MC'>, 'MN': <CountryCode.MN: 'MN'>, 'ME': <CountryCode.ME: 'ME'>, 'MS': <CountryCode.MS: 'MS'>, 'MA': <CountryCode.MA: 'MA'>, 'MZ': <CountryCode.MZ: 'MZ'>, 'MM': <CountryCode.MM: 'MM'>, 'NA': <CountryCode.NA: 'NA'>, 'NR': <CountryCode.NR: 'NR'>, 'NP': <CountryCode.NP: 'NP'>, 'NL': <CountryCode.NL: 'NL'>, 'NC': <CountryCode.NC: 'NC'>, 'NZ': <CountryCode.NZ: 'NZ'>, 'NI': <CountryCode.NI: 'NI'>, 'NE': <CountryCode.NE: 'NE'>, 'NG': <CountryCode.NG: 'NG'>, 'NU': <CountryCode.NU: 'NU'>, 'NF': <CountryCode.NF: 'NF'>, 'MP': <CountryCode.MP: 'MP'>, 'NO': <CountryCode.NO: 'NO'>, 'OM': <CountryCode.OM: 'OM'>, 'PK': <CountryCode.PK: 'PK'>, 'PW': <CountryCode.PW: 'PW'>, 'PS': <CountryCode.PS: 'PS'>, 'PA': <CountryCode.PA: 'PA'>, 'PG': <CountryCode.PG: 'PG'>, 'PY': <CountryCode.PY: 'PY'>, 'PE': <CountryCode.PE: 'PE'>, 'PH': <CountryCode.PH: 'PH'>, 'PN': <CountryCode.PN: 'PN'>, 'PL': <CountryCode.PL: 'PL'>, 'PT': <CountryCode.PT: 'PT'>, 'PR': <CountryCode.PR: 'PR'>, 'QA': <CountryCode.QA: 'QA'>, 'RE': <CountryCode.RE: 'RE'>, 'RO': <CountryCode.RO: 'RO'>, 'RU': <CountryCode.RU: 'RU'>, 'RW': <CountryCode.RW: 'RW'>, 'BL': <CountryCode.BL: 'BL'>, 'SH': <CountryCode.SH: 'SH'>, 'KN': <CountryCode.KN: 'KN'>, 'LC': <CountryCode.LC: 'LC'>, 'MF': <CountryCode.MF: 'MF'>, 'PM': <CountryCode.PM: 'PM'>, 'VC': <CountryCode.VC: 'VC'>, 'WS': <CountryCode.WS: 'WS'>, 'SM': <CountryCode.SM: 'SM'>, 'ST': <CountryCode.ST: 'ST'>, 'SA': <CountryCode.SA: 'SA'>, 'SN': <CountryCode.SN: 'SN'>, 'RS': <CountryCode.RS: 'RS'>, 'SC': <CountryCode.SC: 'SC'>, 'SL': <CountryCode.SL: 'SL'>, 'SG': <CountryCode.SG: 'SG'>, 'SX': <CountryCode.SX: 'SX'>, 'SK': <CountryCode.SK: 'SK'>, 'SI': <CountryCode.SI: 'SI'>, 'SB': <CountryCode.SB: 'SB'>, 'SO': <CountryCode.SO: 'SO'>, 'ZA': <CountryCode.ZA: 'ZA'>, 'GS': <CountryCode.GS: 'GS'>, 'SS': <CountryCode.SS: 'SS'>, 'ES': <CountryCode.ES: 'ES'>, 'LK': <CountryCode.LK: 'LK'>, 'SD': <CountryCode.SD: 'SD'>, 'SR': <CountryCode.SR: 'SR'>, 'SJ': <CountryCode.SJ: 'SJ'>, 'SZ': <CountryCode.SZ: 'SZ'>, 'SE': <CountryCode.SE: 'SE'>, 'CH': <CountryCode.CH: 'CH'>, 'SY': <CountryCode.SY: 'SY'>, 'TW': <CountryCode.TW: 'TW'>, 'TJ': <CountryCode.TJ: 'TJ'>, 'TZ': <CountryCode.TZ: 'TZ'>, 'TH': <CountryCode.TH: 'TH'>, 'TL': <CountryCode.TL: 'TL'>, 'TG': <CountryCode.TG: 'TG'>, 'TK': <CountryCode.TK: 'TK'>, 'TO': <CountryCode.TO: 'TO'>, 'TT': <CountryCode.TT: 'TT'>, 'TN': <CountryCode.TN: 'TN'>, 'TR': <CountryCode.TR: 'TR'>, 'TM': <CountryCode.TM: 'TM'>, 'TC': <CountryCode.TC: 'TC'>, 'TV': <CountryCode.TV: 'TV'>, 'UG': <CountryCode.UG: 'UG'>, 'UA': <CountryCode.UA: 'UA'>, 'AE': <CountryCode.AE: 'AE'>, 'GB': <CountryCode.GB: 'GB'>, 'US': <CountryCode.US: 'US'>, 'UM': <CountryCode.UM: 'UM'>, 'UY': <CountryCode.UY: 'UY'>, 'UZ': <CountryCode.UZ: 'UZ'>, 'VU': <CountryCode.VU: 'VU'>, 'VE': <CountryCode.VE: 'VE'>, 'VN': <CountryCode.VN: 'VN'>, 'VG': <CountryCode.VG: 'VG'>, 'VI': <CountryCode.VI: 'VI'>, 'WF': <CountryCode.WF: 'WF'>, 'EH': <CountryCode.EH: 'EH'>, 'YE': <CountryCode.YE: 'YE'>, 'ZM': <CountryCode.ZM: 'ZM'>, 'ZW': <CountryCode.ZW: 'ZW'>}, '_value2member_map_': {'AF': <CountryCode.AF: 'AF'>, 'AX': <CountryCode.AX: 'AX'>, 'AL': <CountryCode.AL: 'AL'>, 'DZ': <CountryCode.DZ: 'DZ'>, 'AS': <CountryCode.AS: 'AS'>, 'AD': <CountryCode.AD: 'AD'>, 'AO': <CountryCode.AO: 'AO'>, 'AI': <CountryCode.AI: 'AI'>, 'AQ': <CountryCode.AQ: 'AQ'>, 'AG': <CountryCode.AG: 'AG'>, 'AR': <CountryCode.AR: 'AR'>, 'AM': <CountryCode.AM: 'AM'>, 'AW': <CountryCode.AW: 'AW'>, 'AU': <CountryCode.AU: 'AU'>, 'AT': <CountryCode.AT: 'AT'>, 'AZ': <CountryCode.AZ: 'AZ'>, 'BS': <CountryCode.BS: 'BS'>, 'BH': <CountryCode.BH: 'BH'>, 'BD': <CountryCode.BD: 'BD'>, 'BB': <CountryCode.BB: 'BB'>, 'BY': <CountryCode.BY: 'BY'>, 'BE': <CountryCode.BE: 'BE'>, 'BZ': <CountryCode.BZ: 'BZ'>, 'BJ': <CountryCode.BJ: 'BJ'>, 'BM': <CountryCode.BM: 'BM'>, 'BT': <CountryCode.BT: 'BT'>, 'BO': <CountryCode.BO: 'BO'>, 'BQ': <CountryCode.BQ: 'BQ'>, 'BA': <CountryCode.BA: 'BA'>, 'BW': <CountryCode.BW: 'BW'>, 'BV': <CountryCode.BV: 'BV'>, 'BR': <CountryCode.BR: 'BR'>, 'IO': <CountryCode.IO: 'IO'>, 'BN': <CountryCode.BN: 'BN'>, 'BG': <CountryCode.BG: 'BG'>, 'BF': <CountryCode.BF: 'BF'>, 'BI': <CountryCode.BI: 'BI'>, 'CV': <CountryCode.CV: 'CV'>, 'KH': <CountryCode.KH: 'KH'>, 'CM': <CountryCode.CM: 'CM'>, 'CA': <CountryCode.CA: 'CA'>, 'KY': <CountryCode.KY: 'KY'>, 'CF': <CountryCode.CF: 'CF'>, 'TD': <CountryCode.TD: 'TD'>, 'CL': <CountryCode.CL: 'CL'>, 'CN': <CountryCode.CN: 'CN'>, 'CX': <CountryCode.CX: 'CX'>, 'CC': <CountryCode.CC: 'CC'>, 'CO': <CountryCode.CO: 'CO'>, 'KM': <CountryCode.KM: 'KM'>, 'CG': <CountryCode.CG: 'CG'>, 'CD': <CountryCode.CD: 'CD'>, 'CK': <CountryCode.CK: 'CK'>, 'CR': <CountryCode.CR: 'CR'>, 'CI': <CountryCode.CI: 'CI'>, 'HR': <CountryCode.HR: 'HR'>, 'CU': <CountryCode.CU: 'CU'>, 'CW': <CountryCode.CW: 'CW'>, 'CY': <CountryCode.CY: 'CY'>, 'CZ': <CountryCode.CZ: 'CZ'>, 'DK': <CountryCode.DK: 'DK'>, 'DJ': <CountryCode.DJ: 'DJ'>, 'DM': <CountryCode.DM: 'DM'>, 'DO': <CountryCode.DO: 'DO'>, 'EC': <CountryCode.EC: 'EC'>, 'EG': <CountryCode.EG: 'EG'>, 'SV': <CountryCode.SV: 'SV'>, 'GQ': <CountryCode.GQ: 'GQ'>, 'ER': <CountryCode.ER: 'ER'>, 'EE': <CountryCode.EE: 'EE'>, 'ET': <CountryCode.ET: 'ET'>, 'FK': <CountryCode.FK: 'FK'>, 'FO': <CountryCode.FO: 'FO'>, 'FJ': <CountryCode.FJ: 'FJ'>, 'FI': <CountryCode.FI: 'FI'>, 'FR': <CountryCode.FR: 'FR'>, 'GF': <CountryCode.GF: 'GF'>, 'PF': <CountryCode.PF: 'PF'>, 'TF': <CountryCode.TF: 'TF'>, 'GA': <CountryCode.GA: 'GA'>, 'GM': <CountryCode.GM: 'GM'>, 'GE': <CountryCode.GE: 'GE'>, 'DE': <CountryCode.DE: 'DE'>, 'GH': <CountryCode.GH: 'GH'>, 'GI': <CountryCode.GI: 'GI'>, 'GR': <CountryCode.GR: 'GR'>, 'GL': <CountryCode.GL: 'GL'>, 'GD': <CountryCode.GD: 'GD'>, 'GP': <CountryCode.GP: 'GP'>, 'GU': <CountryCode.GU: 'GU'>, 'GT': <CountryCode.GT: 'GT'>, 'GG': <CountryCode.GG: 'GG'>, 'GN': <CountryCode.GN: 'GN'>, 'GW': <CountryCode.GW: 'GW'>, 'GY': <CountryCode.GY: 'GY'>, 'HT': <CountryCode.HT: 'HT'>, 'HM': <CountryCode.HM: 'HM'>, 'VA': <CountryCode.VA: 'VA'>, 'HN': <CountryCode.HN: 'HN'>, 'HK': <CountryCode.HK: 'HK'>, 'HU': <CountryCode.HU: 'HU'>, 'IS': <CountryCode.IS: 'IS'>, 'IN': <CountryCode.IN: 'IN'>, 'ID': <CountryCode.ID: 'ID'>, 'IR': <CountryCode.IR: 'IR'>, 'IQ': <CountryCode.IQ: 'IQ'>, 'IE': <CountryCode.IE: 'IE'>, 'IM': <CountryCode.IM: 'IM'>, 'IL': <CountryCode.IL: 'IL'>, 'IT': <CountryCode.IT: 'IT'>, 'JM': <CountryCode.JM: 'JM'>, 'JP': <CountryCode.JP: 'JP'>, 'JE': <CountryCode.JE: 'JE'>, 'JO': <CountryCode.JO: 'JO'>, 'KZ': <CountryCode.KZ: 'KZ'>, 'KE': <CountryCode.KE: 'KE'>, 'KI': <CountryCode.KI: 'KI'>, 'KP': <CountryCode.KP: 'KP'>, 'KR': <CountryCode.KR: 'KR'>, 'KW': <CountryCode.KW: 'KW'>, 'KG': <CountryCode.KG: 'KG'>, 'LA': <CountryCode.LA: 'LA'>, 'LV': <CountryCode.LV: 'LV'>, 'LB': <CountryCode.LB: 'LB'>, 'LS': <CountryCode.LS: 'LS'>, 'LR': <CountryCode.LR: 'LR'>, 'LY': <CountryCode.LY: 'LY'>, 'LI': <CountryCode.LI: 'LI'>, 'LT': <CountryCode.LT: 'LT'>, 'LU': <CountryCode.LU: 'LU'>, 'MO': <CountryCode.MO: 'MO'>, 'MK': <CountryCode.MK: 'MK'>, 'MG': <CountryCode.MG: 'MG'>, 'MW': <CountryCode.MW: 'MW'>, 'MY': <CountryCode.MY: 'MY'>, 'MV': <CountryCode.MV: 'MV'>, 'ML': <CountryCode.ML: 'ML'>, 'MT': <CountryCode.MT: 'MT'>, 'MH': <CountryCode.MH: 'MH'>, 'MQ': <CountryCode.MQ: 'MQ'>, 'MR': <CountryCode.MR: 'MR'>, 'MU': <CountryCode.MU: 'MU'>, 'YT': <CountryCode.YT: 'YT'>, 'MX': <CountryCode.MX: 'MX'>, 'FM': <CountryCode.FM: 'FM'>, 'MD': <CountryCode.MD: 'MD'>, 'MC': <CountryCode.MC: 'MC'>, 'MN': <CountryCode.MN: 'MN'>, 'ME': <CountryCode.ME: 'ME'>, 'MS': <CountryCode.MS: 'MS'>, 'MA': <CountryCode.MA: 'MA'>, 'MZ': <CountryCode.MZ: 'MZ'>, 'MM': <CountryCode.MM: 'MM'>, 'NA': <CountryCode.NA: 'NA'>, 'NR': <CountryCode.NR: 'NR'>, 'NP': <CountryCode.NP: 'NP'>, 'NL': <CountryCode.NL: 'NL'>, 'NC': <CountryCode.NC: 'NC'>, 'NZ': <CountryCode.NZ: 'NZ'>, 'NI': <CountryCode.NI: 'NI'>, 'NE': <CountryCode.NE: 'NE'>, 'NG': <CountryCode.NG: 'NG'>, 'NU': <CountryCode.NU: 'NU'>, 'NF': <CountryCode.NF: 'NF'>, 'MP': <CountryCode.MP: 'MP'>, 'NO': <CountryCode.NO: 'NO'>, 'OM': <CountryCode.OM: 'OM'>, 'PK': <CountryCode.PK: 'PK'>, 'PW': <CountryCode.PW: 'PW'>, 'PS': <CountryCode.PS: 'PS'>, 'PA': <CountryCode.PA: 'PA'>, 'PG': <CountryCode.PG: 'PG'>, 'PY': <CountryCode.PY: 'PY'>, 'PE': <CountryCode.PE: 'PE'>, 'PH': <CountryCode.PH: 'PH'>, 'PN': <CountryCode.PN: 'PN'>, 'PL': <CountryCode.PL: 'PL'>, 'PT': <CountryCode.PT: 'PT'>, 'PR': <CountryCode.PR: 'PR'>, 'QA': <CountryCode.QA: 'QA'>, 'RE': <CountryCode.RE: 'RE'>, 'RO': <CountryCode.RO: 'RO'>, 'RU': <CountryCode.RU: 'RU'>, 'RW': <CountryCode.RW: 'RW'>, 'BL': <CountryCode.BL: 'BL'>, 'SH': <CountryCode.SH: 'SH'>, 'KN': <CountryCode.KN: 'KN'>, 'LC': <CountryCode.LC: 'LC'>, 'MF': <CountryCode.MF: 'MF'>, 'PM': <CountryCode.PM: 'PM'>, 'VC': <CountryCode.VC: 'VC'>, 'WS': <CountryCode.WS: 'WS'>, 'SM': <CountryCode.SM: 'SM'>, 'ST': <CountryCode.ST: 'ST'>, 'SA': <CountryCode.SA: 'SA'>, 'SN': <CountryCode.SN: 'SN'>, 'RS': <CountryCode.RS: 'RS'>, 'SC': <CountryCode.SC: 'SC'>, 'SL': <CountryCode.SL: 'SL'>, 'SG': <CountryCode.SG: 'SG'>, 'SX': <CountryCode.SX: 'SX'>, 'SK': <CountryCode.SK: 'SK'>, 'SI': <CountryCode.SI: 'SI'>, 'SB': <CountryCode.SB: 'SB'>, 'SO': <CountryCode.SO: 'SO'>, 'ZA': <CountryCode.ZA: 'ZA'>, 'GS': <CountryCode.GS: 'GS'>, 'SS': <CountryCode.SS: 'SS'>, 'ES': <CountryCode.ES: 'ES'>, 'LK': <CountryCode.LK: 'LK'>, 'SD': <CountryCode.SD: 'SD'>, 'SR': <CountryCode.SR: 'SR'>, 'SJ': <CountryCode.SJ: 'SJ'>, 'SZ': <CountryCode.SZ: 'SZ'>, 'SE': <CountryCode.SE: 'SE'>, 'CH': <CountryCode.CH: 'CH'>, 'SY': <CountryCode.SY: 'SY'>, 'TW': <CountryCode.TW: 'TW'>, 'TJ': <CountryCode.TJ: 'TJ'>, 'TZ': <CountryCode.TZ: 'TZ'>, 'TH': <CountryCode.TH: 'TH'>, 'TL': <CountryCode.TL: 'TL'>, 'TG': <CountryCode.TG: 'TG'>, 'TK': <CountryCode.TK: 'TK'>, 'TO': <CountryCode.TO: 'TO'>, 'TT': <CountryCode.TT: 'TT'>, 'TN': <CountryCode.TN: 'TN'>, 'TR': <CountryCode.TR: 'TR'>, 'TM': <CountryCode.TM: 'TM'>, 'TC': <CountryCode.TC: 'TC'>, 'TV': <CountryCode.TV: 'TV'>, 'UG': <CountryCode.UG: 'UG'>, 'UA': <CountryCode.UA: 'UA'>, 'AE': <CountryCode.AE: 'AE'>, 'GB': <CountryCode.GB: 'GB'>, 'US': <CountryCode.US: 'US'>, 'UM': <CountryCode.UM: 'UM'>, 'UY': <CountryCode.UY: 'UY'>, 'UZ': <CountryCode.UZ: 'UZ'>, 'VU': <CountryCode.VU: 'VU'>, 'VE': <CountryCode.VE: 'VE'>, 'VN': <CountryCode.VN: 'VN'>, 'VG': <CountryCode.VG: 'VG'>, 'VI': <CountryCode.VI: 'VI'>, 'WF': <CountryCode.WF: 'WF'>, 'EH': <CountryCode.EH: 'EH'>, 'YE': <CountryCode.YE: 'YE'>, 'ZM': <CountryCode.ZM: 'ZM'>, 'ZW': <CountryCode.ZW: 'ZW'>}, '_unhashable_values_': [], '_member_type_': <class 'str'>, '_value_repr_': <slot wrapper '__repr__' of 'str' objects>, '__dict__': <attribute '__dict__' of 'CountryCode' objects>, '__weakref__': <attribute '__weakref__' of 'CountryCode' objects>, 'AF': <CountryCode.AF: 'AF'>, 'AX': <CountryCode.AX: 'AX'>, 'AL': <CountryCode.AL: 'AL'>, 'DZ': <CountryCode.DZ: 'DZ'>, 'AS': <CountryCode.AS: 'AS'>, 'AD': <CountryCode.AD: 'AD'>, 'AO': <CountryCode.AO: 'AO'>, 'AI': <CountryCode.AI: 'AI'>, 'AQ': <CountryCode.AQ: 'AQ'>, 'AG': <CountryCode.AG: 'AG'>, 'AR': <CountryCode.AR: 'AR'>, 'AM': <CountryCode.AM: 'AM'>, 'AW': <CountryCode.AW: 'AW'>, 'AU': <CountryCode.AU: 'AU'>, 'AT': <CountryCode.AT: 'AT'>, 'AZ': <CountryCode.AZ: 'AZ'>, 'BS': <CountryCode.BS: 'BS'>, 'BH': <CountryCode.BH: 'BH'>, 'BD': <CountryCode.BD: 'BD'>, 'BB': <CountryCode.BB: 'BB'>, 'BY': <CountryCode.BY: 'BY'>, 'BE': <CountryCode.BE: 'BE'>, 'BZ': <CountryCode.BZ: 'BZ'>, 'BJ': <CountryCode.BJ: 'BJ'>, 'BM': <CountryCode.BM: 'BM'>, 'BT': <CountryCode.BT: 'BT'>, 'BO': <CountryCode.BO: 'BO'>, 'BQ': <CountryCode.BQ: 'BQ'>, 'BA': <CountryCode.BA: 'BA'>, 'BW': <CountryCode.BW: 'BW'>, 'BV': <CountryCode.BV: 'BV'>, 'BR': <CountryCode.BR: 'BR'>, 'IO': <CountryCode.IO: 'IO'>, 'BN': <CountryCode.BN: 'BN'>, 'BG': <CountryCode.BG: 'BG'>, 'BF': <CountryCode.BF: 'BF'>, 'BI': <CountryCode.BI: 'BI'>, 'CV': <CountryCode.CV: 'CV'>, 'KH': <CountryCode.KH: 'KH'>, 'CM': <CountryCode.CM: 'CM'>, 'CA': <CountryCode.CA: 'CA'>, 'KY': <CountryCode.KY: 'KY'>, 'CF': <CountryCode.CF: 'CF'>, 'TD': <CountryCode.TD: 'TD'>, 'CL': <CountryCode.CL: 'CL'>, 'CN': <CountryCode.CN: 'CN'>, 'CX': <CountryCode.CX: 'CX'>, 'CC': <CountryCode.CC: 'CC'>, 'CO': <CountryCode.CO: 'CO'>, 'KM': <CountryCode.KM: 'KM'>, 'CG': <CountryCode.CG: 'CG'>, 'CD': <CountryCode.CD: 'CD'>, 'CK': <CountryCode.CK: 'CK'>, 'CR': <CountryCode.CR: 'CR'>, 'CI': <CountryCode.CI: 'CI'>, 'HR': <CountryCode.HR: 'HR'>, 'CU': <CountryCode.CU: 'CU'>, 'CW': <CountryCode.CW: 'CW'>, 'CY': <CountryCode.CY: 'CY'>, 'CZ': <CountryCode.CZ: 'CZ'>, 'DK': <CountryCode.DK: 'DK'>, 'DJ': <CountryCode.DJ: 'DJ'>, 'DM': <CountryCode.DM: 'DM'>, 'DO': <CountryCode.DO: 'DO'>, 'EC': <CountryCode.EC: 'EC'>, 'EG': <CountryCode.EG: 'EG'>, 'SV': <CountryCode.SV: 'SV'>, 'GQ': <CountryCode.GQ: 'GQ'>, 'ER': <CountryCode.ER: 'ER'>, 'EE': <CountryCode.EE: 'EE'>, 'ET': <CountryCode.ET: 'ET'>, 'FK': <CountryCode.FK: 'FK'>, 'FO': <CountryCode.FO: 'FO'>, 'FJ': <CountryCode.FJ: 'FJ'>, 'FI': <CountryCode.FI: 'FI'>, 'FR': <CountryCode.FR: 'FR'>, 'GF': <CountryCode.GF: 'GF'>, 'PF': <CountryCode.PF: 'PF'>, 'TF': <CountryCode.TF: 'TF'>, 'GA': <CountryCode.GA: 'GA'>, 'GM': <CountryCode.GM: 'GM'>, 'GE': <CountryCode.GE: 'GE'>, 'DE': <CountryCode.DE: 'DE'>, 'GH': <CountryCode.GH: 'GH'>, 'GI': <CountryCode.GI: 'GI'>, 'GR': <CountryCode.GR: 'GR'>, 'GL': <CountryCode.GL: 'GL'>, 'GD': <CountryCode.GD: 'GD'>, 'GP': <CountryCode.GP: 'GP'>, 'GU': <CountryCode.GU: 'GU'>, 'GT': <CountryCode.GT: 'GT'>, 'GG': <CountryCode.GG: 'GG'>, 'GN': <CountryCode.GN: 'GN'>, 'GW': <CountryCode.GW: 'GW'>, 'GY': <CountryCode.GY: 'GY'>, 'HT': <CountryCode.HT: 'HT'>, 'HM': <CountryCode.HM: 'HM'>, 'VA': <CountryCode.VA: 'VA'>, 'HN': <CountryCode.HN: 'HN'>, 'HK': <CountryCode.HK: 'HK'>, 'HU': <CountryCode.HU: 'HU'>, 'IS': <CountryCode.IS: 'IS'>, 'IN': <CountryCode.IN: 'IN'>, 'ID': <CountryCode.ID: 'ID'>, 'IR': <CountryCode.IR: 'IR'>, 'IQ': <CountryCode.IQ: 'IQ'>, 'IE': <CountryCode.IE: 'IE'>, 'IM': <CountryCode.IM: 'IM'>, 'IL': <CountryCode.IL: 'IL'>, 'IT': <CountryCode.IT: 'IT'>, 'JM': <CountryCode.JM: 'JM'>, 'JP': <CountryCode.JP: 'JP'>, 'JE': <CountryCode.JE: 'JE'>, 'JO': <CountryCode.JO: 'JO'>, 'KZ': <CountryCode.KZ: 'KZ'>, 'KE': <CountryCode.KE: 'KE'>, 'KI': <CountryCode.KI: 'KI'>, 'KP': <CountryCode.KP: 'KP'>, 'KR': <CountryCode.KR: 'KR'>, 'KW': <CountryCode.KW: 'KW'>, 'KG': <CountryCode.KG: 'KG'>, 'LA': <CountryCode.LA: 'LA'>, 'LV': <CountryCode.LV: 'LV'>, 'LB': <CountryCode.LB: 'LB'>, 'LS': <CountryCode.LS: 'LS'>, 'LR': <CountryCode.LR: 'LR'>, 'LY': <CountryCode.LY: 'LY'>, 'LI': <CountryCode.LI: 'LI'>, 'LT': <CountryCode.LT: 'LT'>, 'LU': <CountryCode.LU: 'LU'>, 'MO': <CountryCode.MO: 'MO'>, 'MK': <CountryCode.MK: 'MK'>, 'MG': <CountryCode.MG: 'MG'>, 'MW': <CountryCode.MW: 'MW'>, 'MY': <CountryCode.MY: 'MY'>, 'MV': <CountryCode.MV: 'MV'>, 'ML': <CountryCode.ML: 'ML'>, 'MT': <CountryCode.MT: 'MT'>, 'MH': <CountryCode.MH: 'MH'>, 'MQ': <CountryCode.MQ: 'MQ'>, 'MR': <CountryCode.MR: 'MR'>, 'MU': <CountryCode.MU: 'MU'>, 'YT': <CountryCode.YT: 'YT'>, 'MX': <CountryCode.MX: 'MX'>, 'FM': <CountryCode.FM: 'FM'>, 'MD': <CountryCode.MD: 'MD'>, 'MC': <CountryCode.MC: 'MC'>, 'MN': <CountryCode.MN: 'MN'>, 'ME': <CountryCode.ME: 'ME'>, 'MS': <CountryCode.MS: 'MS'>, 'MA': <CountryCode.MA: 'MA'>, 'MZ': <CountryCode.MZ: 'MZ'>, 'MM': <CountryCode.MM: 'MM'>, 'NA': <CountryCode.NA: 'NA'>, 'NR': <CountryCode.NR: 'NR'>, 'NP': <CountryCode.NP: 'NP'>, 'NL': <CountryCode.NL: 'NL'>, 'NC': <CountryCode.NC: 'NC'>, 'NZ': <CountryCode.NZ: 'NZ'>, 'NI': <CountryCode.NI: 'NI'>, 'NE': <CountryCode.NE: 'NE'>, 'NG': <CountryCode.NG: 'NG'>, 'NU': <CountryCode.NU: 'NU'>, 'NF': <CountryCode.NF: 'NF'>, 'MP': <CountryCode.MP: 'MP'>, 'NO': <CountryCode.NO: 'NO'>, 'OM': <CountryCode.OM: 'OM'>, 'PK': <CountryCode.PK: 'PK'>, 'PW': <CountryCode.PW: 'PW'>, 'PS': <CountryCode.PS: 'PS'>, 'PA': <CountryCode.PA: 'PA'>, 'PG': <CountryCode.PG: 'PG'>, 'PY': <CountryCode.PY: 'PY'>, 'PE': <CountryCode.PE: 'PE'>, 'PH': <CountryCode.PH: 'PH'>, 'PN': <CountryCode.PN: 'PN'>, 'PL': <CountryCode.PL: 'PL'>, 'PT': <CountryCode.PT: 'PT'>, 'PR': <CountryCode.PR: 'PR'>, 'QA': <CountryCode.QA: 'QA'>, 'RE': <CountryCode.RE: 'RE'>, 'RO': <CountryCode.RO: 'RO'>, 'RU': <CountryCode.RU: 'RU'>, 'RW': <CountryCode.RW: 'RW'>, 'BL': <CountryCode.BL: 'BL'>, 'SH': <CountryCode.SH: 'SH'>, 'KN': <CountryCode.KN: 'KN'>, 'LC': <CountryCode.LC: 'LC'>, 'MF': <CountryCode.MF: 'MF'>, 'PM': <CountryCode.PM: 'PM'>, 'VC': <CountryCode.VC: 'VC'>, 'WS': <CountryCode.WS: 'WS'>, 'SM': <CountryCode.SM: 'SM'>, 'ST': <CountryCode.ST: 'ST'>, 'SA': <CountryCode.SA: 'SA'>, 'SN': <CountryCode.SN: 'SN'>, 'RS': <CountryCode.RS: 'RS'>, 'SC': <CountryCode.SC: 'SC'>, 'SL': <CountryCode.SL: 'SL'>, 'SG': <CountryCode.SG: 'SG'>, 'SX': <CountryCode.SX: 'SX'>, 'SK': <CountryCode.SK: 'SK'>, 'SI': <CountryCode.SI: 'SI'>, 'SB': <CountryCode.SB: 'SB'>, 'SO': <CountryCode.SO: 'SO'>, 'ZA': <CountryCode.ZA: 'ZA'>, 'GS': <CountryCode.GS: 'GS'>, 'SS': <CountryCode.SS: 'SS'>, 'ES': <CountryCode.ES: 'ES'>, 'LK': <CountryCode.LK: 'LK'>, 'SD': <CountryCode.SD: 'SD'>, 'SR': <CountryCode.SR: 'SR'>, 'SJ': <CountryCode.SJ: 'SJ'>, 'SZ': <CountryCode.SZ: 'SZ'>, 'SE': <CountryCode.SE: 'SE'>, 'CH': <CountryCode.CH: 'CH'>, 'SY': <CountryCode.SY: 'SY'>, 'TW': <CountryCode.TW: 'TW'>, 'TJ': <CountryCode.TJ: 'TJ'>, 'TZ': <CountryCode.TZ: 'TZ'>, 'TH': <CountryCode.TH: 'TH'>, 'TL': <CountryCode.TL: 'TL'>, 'TG': <CountryCode.TG: 'TG'>, 'TK': <CountryCode.TK: 'TK'>, 'TO': <CountryCode.TO: 'TO'>, 'TT': <CountryCode.TT: 'TT'>, 'TN': <CountryCode.TN: 'TN'>, 'TR': <CountryCode.TR: 'TR'>, 'TM': <CountryCode.TM: 'TM'>, 'TC': <CountryCode.TC: 'TC'>, 'TV': <CountryCode.TV: 'TV'>, 'UG': <CountryCode.UG: 'UG'>, 'UA': <CountryCode.UA: 'UA'>, 'AE': <CountryCode.AE: 'AE'>, 'GB': <CountryCode.GB: 'GB'>, 'US': <CountryCode.US: 'US'>, 'UM': <CountryCode.UM: 'UM'>, 'UY': <CountryCode.UY: 'UY'>, 'UZ': <CountryCode.UZ: 'UZ'>, 'VU': <CountryCode.VU: 'VU'>, 'VE': <CountryCode.VE: 'VE'>, 'VN': <CountryCode.VN: 'VN'>, 'VG': <CountryCode.VG: 'VG'>, 'VI': <CountryCode.VI: 'VI'>, 'WF': <CountryCode.WF: 'WF'>, 'EH': <CountryCode.EH: 'EH'>, 'YE': <CountryCode.YE: 'YE'>, 'ZM': <CountryCode.ZM: 'ZM'>, 'ZW': <CountryCode.ZW: 'ZW'>, '__repr__': <function Enum.__repr__>, '__format__': <function Enum.__format__>, '__new__': <function Enum.__new__>, '__annotations__': {}})[source]
__dir__()[source]

Returns all members and all public methods

__eq__(value, /)[source]

Return self==value.

__format__(format_spec)[source]

Return a formatted version of the string as described by format_spec.

__ge__(value, /)[source]

Return self>=value.

__getattribute__(name, /)[source]

Return getattr(self, name).

__getitem__(key, /)[source]

Return self[key].

__getnewargs__()[source]
__gt__(value, /)[source]

Return self>value.

__hash__()[source]

Return hash(self).

__init__(*args, **kwds)[source]
__iter__()[source]

Implement iter(self).

__le__(value, /)[source]

Return self<=value.

__len__()[source]

Return len(self).

__lt__(value, /)[source]

Return self<value.

__mod__(value, /)[source]

Return self%value.

__module__ = 'kittycad.models.country_code'[source]
__mul__(value, /)[source]

Return self*value.

__ne__(value, /)[source]

Return self!=value.

__new__(value)[source]
__reduce_ex__(proto)[source]

Helper for pickle.

__repr__()[source]

Return repr(self).

__rmod__(value, /)[source]

Return value%self.

__rmul__(value, /)[source]

Return value*self.

__sizeof__()[source]

Return the size of the string in memory, in bytes.

__str__()[source][source]

Return str(self).

Return type:

str

_generate_next_value_(start, count, last_values)[source]

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the list of values assigned

_member_map_ = {'AD': CountryCode.AD, 'AE': CountryCode.AE, 'AF': CountryCode.AF, 'AG': CountryCode.AG, 'AI': CountryCode.AI, 'AL': CountryCode.AL, 'AM': CountryCode.AM, 'AO': CountryCode.AO, 'AQ': CountryCode.AQ, 'AR': CountryCode.AR, 'AS': CountryCode.AS, 'AT': CountryCode.AT, 'AU': CountryCode.AU, 'AW': CountryCode.AW, 'AX': CountryCode.AX, 'AZ': CountryCode.AZ, 'BA': CountryCode.BA, 'BB': CountryCode.BB, 'BD': CountryCode.BD, 'BE': CountryCode.BE, 'BF': CountryCode.BF, 'BG': CountryCode.BG, 'BH': CountryCode.BH, 'BI': CountryCode.BI, 'BJ': CountryCode.BJ, 'BL': CountryCode.BL, 'BM': CountryCode.BM, 'BN': CountryCode.BN, 'BO': CountryCode.BO, 'BQ': CountryCode.BQ, 'BR': CountryCode.BR, 'BS': CountryCode.BS, 'BT': CountryCode.BT, 'BV': CountryCode.BV, 'BW': CountryCode.BW, 'BY': CountryCode.BY, 'BZ': CountryCode.BZ, 'CA': CountryCode.CA, 'CC': CountryCode.CC, 'CD': CountryCode.CD, 'CF': CountryCode.CF, 'CG': CountryCode.CG, 'CH': CountryCode.CH, 'CI': CountryCode.CI, 'CK': CountryCode.CK, 'CL': CountryCode.CL, 'CM': CountryCode.CM, 'CN': CountryCode.CN, 'CO': CountryCode.CO, 'CR': CountryCode.CR, 'CU': CountryCode.CU, 'CV': CountryCode.CV, 'CW': CountryCode.CW, 'CX': CountryCode.CX, 'CY': CountryCode.CY, 'CZ': CountryCode.CZ, 'DE': CountryCode.DE, 'DJ': CountryCode.DJ, 'DK': CountryCode.DK, 'DM': CountryCode.DM, 'DO': CountryCode.DO, 'DZ': CountryCode.DZ, 'EC': CountryCode.EC, 'EE': CountryCode.EE, 'EG': CountryCode.EG, 'EH': CountryCode.EH, 'ER': CountryCode.ER, 'ES': CountryCode.ES, 'ET': CountryCode.ET, 'FI': CountryCode.FI, 'FJ': CountryCode.FJ, 'FK': CountryCode.FK, 'FM': CountryCode.FM, 'FO': CountryCode.FO, 'FR': CountryCode.FR, 'GA': CountryCode.GA, 'GB': CountryCode.GB, 'GD': CountryCode.GD, 'GE': CountryCode.GE, 'GF': CountryCode.GF, 'GG': CountryCode.GG, 'GH': CountryCode.GH, 'GI': CountryCode.GI, 'GL': CountryCode.GL, 'GM': CountryCode.GM, 'GN': CountryCode.GN, 'GP': CountryCode.GP, 'GQ': CountryCode.GQ, 'GR': CountryCode.GR, 'GS': CountryCode.GS, 'GT': CountryCode.GT, 'GU': CountryCode.GU, 'GW': CountryCode.GW, 'GY': CountryCode.GY, 'HK': CountryCode.HK, 'HM': CountryCode.HM, 'HN': CountryCode.HN, 'HR': CountryCode.HR, 'HT': CountryCode.HT, 'HU': CountryCode.HU, 'ID': CountryCode.ID, 'IE': CountryCode.IE, 'IL': CountryCode.IL, 'IM': CountryCode.IM, 'IN': CountryCode.IN, 'IO': CountryCode.IO, 'IQ': CountryCode.IQ, 'IR': CountryCode.IR, 'IS': CountryCode.IS, 'IT': CountryCode.IT, 'JE': CountryCode.JE, 'JM': CountryCode.JM, 'JO': CountryCode.JO, 'JP': CountryCode.JP, 'KE': CountryCode.KE, 'KG': CountryCode.KG, 'KH': CountryCode.KH, 'KI': CountryCode.KI, 'KM': CountryCode.KM, 'KN': CountryCode.KN, 'KP': CountryCode.KP, 'KR': CountryCode.KR, 'KW': CountryCode.KW, 'KY': CountryCode.KY, 'KZ': CountryCode.KZ, 'LA': CountryCode.LA, 'LB': CountryCode.LB, 'LC': CountryCode.LC, 'LI': CountryCode.LI, 'LK': CountryCode.LK, 'LR': CountryCode.LR, 'LS': CountryCode.LS, 'LT': CountryCode.LT, 'LU': CountryCode.LU, 'LV': CountryCode.LV, 'LY': CountryCode.LY, 'MA': CountryCode.MA, 'MC': CountryCode.MC, 'MD': CountryCode.MD, 'ME': CountryCode.ME, 'MF': CountryCode.MF, 'MG': CountryCode.MG, 'MH': CountryCode.MH, 'MK': CountryCode.MK, 'ML': CountryCode.ML, 'MM': CountryCode.MM, 'MN': CountryCode.MN, 'MO': CountryCode.MO, 'MP': CountryCode.MP, 'MQ': CountryCode.MQ, 'MR': CountryCode.MR, 'MS': CountryCode.MS, 'MT': CountryCode.MT, 'MU': CountryCode.MU, 'MV': CountryCode.MV, 'MW': CountryCode.MW, 'MX': CountryCode.MX, 'MY': CountryCode.MY, 'MZ': CountryCode.MZ, 'NA': CountryCode.NA, 'NC': CountryCode.NC, 'NE': CountryCode.NE, 'NF': CountryCode.NF, 'NG': CountryCode.NG, 'NI': CountryCode.NI, 'NL': CountryCode.NL, 'NO': CountryCode.NO, 'NP': CountryCode.NP, 'NR': CountryCode.NR, 'NU': CountryCode.NU, 'NZ': CountryCode.NZ, 'OM': CountryCode.OM, 'PA': CountryCode.PA, 'PE': CountryCode.PE, 'PF': CountryCode.PF, 'PG': CountryCode.PG, 'PH': CountryCode.PH, 'PK': CountryCode.PK, 'PL': CountryCode.PL, 'PM': CountryCode.PM, 'PN': CountryCode.PN, 'PR': CountryCode.PR, 'PS': CountryCode.PS, 'PT': CountryCode.PT, 'PW': CountryCode.PW, 'PY': CountryCode.PY, 'QA': CountryCode.QA, 'RE': CountryCode.RE, 'RO': CountryCode.RO, 'RS': CountryCode.RS, 'RU': CountryCode.RU, 'RW': CountryCode.RW, 'SA': CountryCode.SA, 'SB': CountryCode.SB, 'SC': CountryCode.SC, 'SD': CountryCode.SD, 'SE': CountryCode.SE, 'SG': CountryCode.SG, 'SH': CountryCode.SH, 'SI': CountryCode.SI, 'SJ': CountryCode.SJ, 'SK': CountryCode.SK, 'SL': CountryCode.SL, 'SM': CountryCode.SM, 'SN': CountryCode.SN, 'SO': CountryCode.SO, 'SR': CountryCode.SR, 'SS': CountryCode.SS, 'ST': CountryCode.ST, 'SV': CountryCode.SV, 'SX': CountryCode.SX, 'SY': CountryCode.SY, 'SZ': CountryCode.SZ, 'TC': CountryCode.TC, 'TD': CountryCode.TD, 'TF': CountryCode.TF, 'TG': CountryCode.TG, 'TH': CountryCode.TH, 'TJ': CountryCode.TJ, 'TK': CountryCode.TK, 'TL': CountryCode.TL, 'TM': CountryCode.TM, 'TN': CountryCode.TN, 'TO': CountryCode.TO, 'TR': CountryCode.TR, 'TT': CountryCode.TT, 'TV': CountryCode.TV, 'TW': CountryCode.TW, 'TZ': CountryCode.TZ, 'UA': CountryCode.UA, 'UG': CountryCode.UG, 'UM': CountryCode.UM, 'US': CountryCode.US, 'UY': CountryCode.UY, 'UZ': CountryCode.UZ, 'VA': CountryCode.VA, 'VC': CountryCode.VC, 'VE': CountryCode.VE, 'VG': CountryCode.VG, 'VI': CountryCode.VI, 'VN': CountryCode.VN, 'VU': CountryCode.VU, 'WF': CountryCode.WF, 'WS': CountryCode.WS, 'YE': CountryCode.YE, 'YT': CountryCode.YT, 'ZA': CountryCode.ZA, 'ZM': CountryCode.ZM, 'ZW': CountryCode.ZW}[source]
_member_names_ = ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'CV', 'KH', 'CM', 'CA', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW'][source]
_member_type_[source]

alias of str

_new_member_(**kwargs)[source]

Create and return a new object. See help(type) for accurate signature.

_unhashable_values_ = [][source]
_use_args_ = True[source]
_value2member_map_ = {'AD': CountryCode.AD, 'AE': CountryCode.AE, 'AF': CountryCode.AF, 'AG': CountryCode.AG, 'AI': CountryCode.AI, 'AL': CountryCode.AL, 'AM': CountryCode.AM, 'AO': CountryCode.AO, 'AQ': CountryCode.AQ, 'AR': CountryCode.AR, 'AS': CountryCode.AS, 'AT': CountryCode.AT, 'AU': CountryCode.AU, 'AW': CountryCode.AW, 'AX': CountryCode.AX, 'AZ': CountryCode.AZ, 'BA': CountryCode.BA, 'BB': CountryCode.BB, 'BD': CountryCode.BD, 'BE': CountryCode.BE, 'BF': CountryCode.BF, 'BG': CountryCode.BG, 'BH': CountryCode.BH, 'BI': CountryCode.BI, 'BJ': CountryCode.BJ, 'BL': CountryCode.BL, 'BM': CountryCode.BM, 'BN': CountryCode.BN, 'BO': CountryCode.BO, 'BQ': CountryCode.BQ, 'BR': CountryCode.BR, 'BS': CountryCode.BS, 'BT': CountryCode.BT, 'BV': CountryCode.BV, 'BW': CountryCode.BW, 'BY': CountryCode.BY, 'BZ': CountryCode.BZ, 'CA': CountryCode.CA, 'CC': CountryCode.CC, 'CD': CountryCode.CD, 'CF': CountryCode.CF, 'CG': CountryCode.CG, 'CH': CountryCode.CH, 'CI': CountryCode.CI, 'CK': CountryCode.CK, 'CL': CountryCode.CL, 'CM': CountryCode.CM, 'CN': CountryCode.CN, 'CO': CountryCode.CO, 'CR': CountryCode.CR, 'CU': CountryCode.CU, 'CV': CountryCode.CV, 'CW': CountryCode.CW, 'CX': CountryCode.CX, 'CY': CountryCode.CY, 'CZ': CountryCode.CZ, 'DE': CountryCode.DE, 'DJ': CountryCode.DJ, 'DK': CountryCode.DK, 'DM': CountryCode.DM, 'DO': CountryCode.DO, 'DZ': CountryCode.DZ, 'EC': CountryCode.EC, 'EE': CountryCode.EE, 'EG': CountryCode.EG, 'EH': CountryCode.EH, 'ER': CountryCode.ER, 'ES': CountryCode.ES, 'ET': CountryCode.ET, 'FI': CountryCode.FI, 'FJ': CountryCode.FJ, 'FK': CountryCode.FK, 'FM': CountryCode.FM, 'FO': CountryCode.FO, 'FR': CountryCode.FR, 'GA': CountryCode.GA, 'GB': CountryCode.GB, 'GD': CountryCode.GD, 'GE': CountryCode.GE, 'GF': CountryCode.GF, 'GG': CountryCode.GG, 'GH': CountryCode.GH, 'GI': CountryCode.GI, 'GL': CountryCode.GL, 'GM': CountryCode.GM, 'GN': CountryCode.GN, 'GP': CountryCode.GP, 'GQ': CountryCode.GQ, 'GR': CountryCode.GR, 'GS': CountryCode.GS, 'GT': CountryCode.GT, 'GU': CountryCode.GU, 'GW': CountryCode.GW, 'GY': CountryCode.GY, 'HK': CountryCode.HK, 'HM': CountryCode.HM, 'HN': CountryCode.HN, 'HR': CountryCode.HR, 'HT': CountryCode.HT, 'HU': CountryCode.HU, 'ID': CountryCode.ID, 'IE': CountryCode.IE, 'IL': CountryCode.IL, 'IM': CountryCode.IM, 'IN': CountryCode.IN, 'IO': CountryCode.IO, 'IQ': CountryCode.IQ, 'IR': CountryCode.IR, 'IS': CountryCode.IS, 'IT': CountryCode.IT, 'JE': CountryCode.JE, 'JM': CountryCode.JM, 'JO': CountryCode.JO, 'JP': CountryCode.JP, 'KE': CountryCode.KE, 'KG': CountryCode.KG, 'KH': CountryCode.KH, 'KI': CountryCode.KI, 'KM': CountryCode.KM, 'KN': CountryCode.KN, 'KP': CountryCode.KP, 'KR': CountryCode.KR, 'KW': CountryCode.KW, 'KY': CountryCode.KY, 'KZ': CountryCode.KZ, 'LA': CountryCode.LA, 'LB': CountryCode.LB, 'LC': CountryCode.LC, 'LI': CountryCode.LI, 'LK': CountryCode.LK, 'LR': CountryCode.LR, 'LS': CountryCode.LS, 'LT': CountryCode.LT, 'LU': CountryCode.LU, 'LV': CountryCode.LV, 'LY': CountryCode.LY, 'MA': CountryCode.MA, 'MC': CountryCode.MC, 'MD': CountryCode.MD, 'ME': CountryCode.ME, 'MF': CountryCode.MF, 'MG': CountryCode.MG, 'MH': CountryCode.MH, 'MK': CountryCode.MK, 'ML': CountryCode.ML, 'MM': CountryCode.MM, 'MN': CountryCode.MN, 'MO': CountryCode.MO, 'MP': CountryCode.MP, 'MQ': CountryCode.MQ, 'MR': CountryCode.MR, 'MS': CountryCode.MS, 'MT': CountryCode.MT, 'MU': CountryCode.MU, 'MV': CountryCode.MV, 'MW': CountryCode.MW, 'MX': CountryCode.MX, 'MY': CountryCode.MY, 'MZ': CountryCode.MZ, 'NA': CountryCode.NA, 'NC': CountryCode.NC, 'NE': CountryCode.NE, 'NF': CountryCode.NF, 'NG': CountryCode.NG, 'NI': CountryCode.NI, 'NL': CountryCode.NL, 'NO': CountryCode.NO, 'NP': CountryCode.NP, 'NR': CountryCode.NR, 'NU': CountryCode.NU, 'NZ': CountryCode.NZ, 'OM': CountryCode.OM, 'PA': CountryCode.PA, 'PE': CountryCode.PE, 'PF': CountryCode.PF, 'PG': CountryCode.PG, 'PH': CountryCode.PH, 'PK': CountryCode.PK, 'PL': CountryCode.PL, 'PM': CountryCode.PM, 'PN': CountryCode.PN, 'PR': CountryCode.PR, 'PS': CountryCode.PS, 'PT': CountryCode.PT, 'PW': CountryCode.PW, 'PY': CountryCode.PY, 'QA': CountryCode.QA, 'RE': CountryCode.RE, 'RO': CountryCode.RO, 'RS': CountryCode.RS, 'RU': CountryCode.RU, 'RW': CountryCode.RW, 'SA': CountryCode.SA, 'SB': CountryCode.SB, 'SC': CountryCode.SC, 'SD': CountryCode.SD, 'SE': CountryCode.SE, 'SG': CountryCode.SG, 'SH': CountryCode.SH, 'SI': CountryCode.SI, 'SJ': CountryCode.SJ, 'SK': CountryCode.SK, 'SL': CountryCode.SL, 'SM': CountryCode.SM, 'SN': CountryCode.SN, 'SO': CountryCode.SO, 'SR': CountryCode.SR, 'SS': CountryCode.SS, 'ST': CountryCode.ST, 'SV': CountryCode.SV, 'SX': CountryCode.SX, 'SY': CountryCode.SY, 'SZ': CountryCode.SZ, 'TC': CountryCode.TC, 'TD': CountryCode.TD, 'TF': CountryCode.TF, 'TG': CountryCode.TG, 'TH': CountryCode.TH, 'TJ': CountryCode.TJ, 'TK': CountryCode.TK, 'TL': CountryCode.TL, 'TM': CountryCode.TM, 'TN': CountryCode.TN, 'TO': CountryCode.TO, 'TR': CountryCode.TR, 'TT': CountryCode.TT, 'TV': CountryCode.TV, 'TW': CountryCode.TW, 'TZ': CountryCode.TZ, 'UA': CountryCode.UA, 'UG': CountryCode.UG, 'UM': CountryCode.UM, 'US': CountryCode.US, 'UY': CountryCode.UY, 'UZ': CountryCode.UZ, 'VA': CountryCode.VA, 'VC': CountryCode.VC, 'VE': CountryCode.VE, 'VG': CountryCode.VG, 'VI': CountryCode.VI, 'VN': CountryCode.VN, 'VU': CountryCode.VU, 'WF': CountryCode.WF, 'WS': CountryCode.WS, 'YE': CountryCode.YE, 'YT': CountryCode.YT, 'ZA': CountryCode.ZA, 'ZM': CountryCode.ZM, 'ZW': CountryCode.ZW}[source]
_value_repr_()[source]

Return repr(self).

capitalize()[source]

Return a capitalized version of the string.

More specifically, make the first character have upper case and the rest lower case.

casefold()[source]

Return a version of the string suitable for caseless comparisons.

center(width, fillchar=' ', /)[source]

Return a centered string of length width.

Padding is done using the specified fill character (default is a space).

count(sub[, start[, end]]) int[source]

Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation.

encode(encoding='utf-8', errors='strict')[source]

Encode the string using the codec registered for encoding.

encoding

The encoding in which to encode the string.

errors

The error handling scheme to use for encoding errors. The default is ‘strict’ meaning that encoding errors raise a UnicodeEncodeError. Other possible values are ‘ignore’, ‘replace’ and ‘xmlcharrefreplace’ as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors.

endswith(suffix[, start[, end]]) bool[source]

Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. suffix can also be a tuple of strings to try.

expandtabs(tabsize=8)[source]

Return a copy where all tab characters are expanded using spaces.

If tabsize is not given, a tab size of 8 characters is assumed.

find(sub[, start[, end]]) int[source]

Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation.

Return -1 on failure.

format(*args, **kwargs) str[source]

Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces (‘{’ and ‘}’).

format_map(mapping) str[source]

Return a formatted version of S, using substitutions from mapping. The substitutions are identified by braces (‘{’ and ‘}’).

index(sub[, start[, end]]) int[source]

Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation.

Raises ValueError when the substring is not found.

isalnum()[source]

Return True if the string is an alpha-numeric string, False otherwise.

A string is alpha-numeric if all characters in the string are alpha-numeric and there is at least one character in the string.

isalpha()[source]

Return True if the string is an alphabetic string, False otherwise.

A string is alphabetic if all characters in the string are alphabetic and there is at least one character in the string.

isascii()[source]

Return True if all characters in the string are ASCII, False otherwise.

ASCII characters have code points in the range U+0000-U+007F. Empty string is ASCII too.

isdecimal()[source]

Return True if the string is a decimal string, False otherwise.

A string is a decimal string if all characters in the string are decimal and there is at least one character in the string.

isdigit()[source]

Return True if the string is a digit string, False otherwise.

A string is a digit string if all characters in the string are digits and there is at least one character in the string.

isidentifier()[source]

Return True if the string is a valid Python identifier, False otherwise.

Call keyword.iskeyword(s) to test whether string s is a reserved identifier, such as “def” or “class”.

islower()[source]

Return True if the string is a lowercase string, False otherwise.

A string is lowercase if all cased characters in the string are lowercase and there is at least one cased character in the string.

isnumeric()[source]

Return True if the string is a numeric string, False otherwise.

A string is numeric if all characters in the string are numeric and there is at least one character in the string.

isprintable()[source]

Return True if the string is printable, False otherwise.

A string is printable if all of its characters are considered printable in repr() or if it is empty.

isspace()[source]

Return True if the string is a whitespace string, False otherwise.

A string is whitespace if all characters in the string are whitespace and there is at least one character in the string.

istitle()[source]

Return True if the string is a title-cased string, False otherwise.

In a title-cased string, upper- and title-case characters may only follow uncased characters and lowercase characters only cased ones.

isupper()[source]

Return True if the string is an uppercase string, False otherwise.

A string is uppercase if all cased characters in the string are uppercase and there is at least one cased character in the string.

join(iterable, /)[source]

Concatenate any number of strings.

The string whose method is called is inserted in between each given string. The result is returned as a new string.

Example: ‘.’.join([‘ab’, ‘pq’, ‘rs’]) -> ‘ab.pq.rs’

ljust(width, fillchar=' ', /)[source]

Return a left-justified string of length width.

Padding is done using the specified fill character (default is a space).

lower()[source]

Return a copy of the string converted to lowercase.

lstrip(chars=None, /)[source]

Return a copy of the string with leading whitespace removed.

If chars is given and not None, remove characters in chars instead.

static maketrans()[source]

Return a translation table usable for str.translate().

If there is only one argument, it must be a dictionary mapping Unicode ordinals (integers) or characters to Unicode ordinals, strings or None. Character keys will be then converted to ordinals. If there are two arguments, they must be strings of equal length, and in the resulting dictionary, each character in x will be mapped to the character at the same position in y. If there is a third argument, it must be a string, whose characters will be mapped to None in the result.

partition(sep, /)[source]

Partition the string into three parts using the given separator.

This will search for the separator in the string. If the separator is found, returns a 3-tuple containing the part before the separator, the separator itself, and the part after it.

If the separator is not found, returns a 3-tuple containing the original string and two empty strings.

removeprefix(prefix, /)[source]

Return a str with the given prefix string removed if present.

If the string starts with the prefix string, return string[len(prefix):]. Otherwise, return a copy of the original string.

removesuffix(suffix, /)[source]

Return a str with the given suffix string removed if present.

If the string ends with the suffix string and that suffix is not empty, return string[:-len(suffix)]. Otherwise, return a copy of the original string.

replace(old, new, count=-1, /)[source]

Return a copy with all occurrences of substring old replaced by new.

count

Maximum number of occurrences to replace. -1 (the default value) means replace all occurrences.

If the optional argument count is given, only the first count occurrences are replaced.

rfind(sub[, start[, end]]) int[source]

Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation.

Return -1 on failure.

rindex(sub[, start[, end]]) int[source]

Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation.

Raises ValueError when the substring is not found.

rjust(width, fillchar=' ', /)[source]

Return a right-justified string of length width.

Padding is done using the specified fill character (default is a space).

rpartition(sep, /)[source]

Partition the string into three parts using the given separator.

This will search for the separator in the string, starting at the end. If the separator is found, returns a 3-tuple containing the part before the separator, the separator itself, and the part after it.

If the separator is not found, returns a 3-tuple containing two empty strings and the original string.

rsplit(sep=None, maxsplit=-1)[source]

Return a list of the substrings in the string, using sep as the separator string.

sep

The separator used to split the string.

When set to None (the default value), will split on any whitespace character (including \n \r \t \f and spaces) and will discard empty strings from the result.

maxsplit

Maximum number of splits (starting from the left). -1 (the default value) means no limit.

Splitting starts at the end of the string and works to the front.

rstrip(chars=None, /)[source]

Return a copy of the string with trailing whitespace removed.

If chars is given and not None, remove characters in chars instead.

split(sep=None, maxsplit=-1)[source]

Return a list of the substrings in the string, using sep as the separator string.

sep

The separator used to split the string.

When set to None (the default value), will split on any whitespace character (including \n \r \t \f and spaces) and will discard empty strings from the result.

maxsplit

Maximum number of splits (starting from the left). -1 (the default value) means no limit.

Note, str.split() is mainly useful for data that has been intentionally delimited. With natural text that includes punctuation, consider using the regular expression module.

splitlines(keepends=False)[source]

Return a list of the lines in the string, breaking at line boundaries.

Line breaks are not included in the resulting list unless keepends is given and true.

startswith(prefix[, start[, end]]) bool[source]

Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. prefix can also be a tuple of strings to try.

strip(chars=None, /)[source]

Return a copy of the string with leading and trailing whitespace removed.

If chars is given and not None, remove characters in chars instead.

swapcase()[source]

Convert uppercase characters to lowercase and lowercase characters to uppercase.

title()[source]

Return a version of the string where each word is titlecased.

More specifically, words start with uppercased characters and all remaining cased characters have lower case.

translate(table, /)[source]

Replace each character in the string using the given translation table.

table

Translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, strings, or None.

The table must implement lookup/indexing via __getitem__, for instance a dictionary or list. If this operation raises LookupError, the character is left untouched. Characters mapped to None are deleted.

upper()[source]

Return a copy of the string converted to uppercase.

zfill(width, /)[source]

Pad a numeric string with zeros on the left, to fill a field of the given width.

The string is never truncated.