File: timezone.pyi

package info (click to toggle)
python-phonenumbers 8.12.57-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,212 kB
  • sloc: python: 332,712; xml: 46,045; makefile: 143; java: 91
file content (9 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
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, ...]: ...