Skip to content

Commit 517f0bf

Browse files
committed
Export can_be_internationally_dialled
From commit 0cff6d6 ("Merge upstream code changes") for 8.5.0
1 parent cd244ba commit 517f0bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/phonenumbers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
NON_DIGITS_PATTERN,
8484
MatchType, NumberParseException, PhoneNumberFormat,
8585
PhoneNumberType, ValidationResult,
86+
can_be_internationally_dialled,
8687
convert_alpha_characters_in_number,
8788
country_code_for_region,
8889
country_code_for_valid_region,
@@ -155,6 +156,7 @@
155156
'NON_DIGITS_PATTERN',
156157
'MatchType', 'NumberParseException', 'PhoneNumberFormat',
157158
'PhoneNumberType', 'ValidationResult',
159+
'can_be_internationally_dialled',
158160
'convert_alpha_characters_in_number',
159161
'country_code_for_region',
160162
'country_code_for_valid_region',

0 commit comments

Comments
 (0)