forked from daviddrysdale/python-phonenumbers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregion_AS.py
More file actions
9 lines (8 loc) · 676 Bytes
/
Copy pathregion_AS.py
File metadata and controls
9 lines (8 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
"""Auto-generated file, do not edit by hand. AS metadata"""
from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
PHONE_METADATA_AS = PhoneMetadata(id='AS', country_code=None, international_prefix=None,
general_desc=PhoneNumberDesc(national_number_pattern='[49]\\d{2,4}', possible_length=(3, 5)),
emergency=PhoneNumberDesc(national_number_pattern='911', example_number='911', possible_length=(3,)),
short_code=PhoneNumberDesc(national_number_pattern='40404|911', example_number='911', possible_length=(3, 5)),
sms_services=PhoneNumberDesc(national_number_pattern='40404', example_number='40404', possible_length=(5,)),
short_data=True)