Add project files.
This commit is contained in:
commit
eeda32a9b2
1735 changed files with 700598 additions and 0 deletions
9
env/Lib/site-packages/phonenumbers/timezone.pyi
vendored
Normal file
9
env/Lib/site-packages/phonenumbers/timezone.pyi
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from .phonenumber import PhoneNumber
|
||||
|
||||
__all__: list[str]
|
||||
UNKNOWN_TIMEZONE: str
|
||||
_UNKNOWN_TIME_ZONE_LIST: tuple[str, ...]
|
||||
|
||||
def time_zones_for_geographical_number(numobj: PhoneNumber) -> tuple[str, ...]: ...
|
||||
def time_zones_for_number(numobj: PhoneNumber) -> tuple[str, ...]: ...
|
||||
def _country_level_time_zones_for_number(numobj: PhoneNumber) -> tuple[str, ...]: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue