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