-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathregion_AM.py
More file actions
9 lines (8 loc) · 731 Bytes
/
region_AM.py
File metadata and controls
9 lines (8 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
"""Auto-generated file, do not edit by hand. AM metadata"""
from phonenumbers.phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
PHONE_METADATA_AM = PhoneMetadata(id='AM', country_code=374, international_prefix='00',
general_desc=PhoneNumberDesc(national_number_pattern='[1-9]\\d{7}', possible_length=(8,), possible_length_local_only=(5, 6)),
fixed_line=PhoneNumberDesc(national_number_pattern='[1-9]\\d{7}', example_number='10123456', possible_length=(8,), possible_length_local_only=(5, 6)),
mobile=PhoneNumberDesc(national_number_pattern='[1-9]\\d{7}', example_number='10123456', possible_length=(8,), possible_length_local_only=(5, 6)),
national_prefix='0',
national_prefix_for_parsing='0')