mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
committed by
Guido van Rossum
parent
6accffca28
commit
c10dc67ad2
13
third_party/2/dateutil/tz/__init__.pyi
vendored
13
third_party/2/dateutil/tz/__init__.pyi
vendored
@@ -1 +1,12 @@
|
||||
from .tz import tzutc, tzoffset, tzlocal, tzfile, tzrange, tzstr, tzical, gettz, datetime_exists, datetime_ambiguous
|
||||
from .tz import (
|
||||
tzutc as tzutz,
|
||||
tzoffset as tzoffset,
|
||||
tzlocal as tzlocal,
|
||||
tzfile as tzfile,
|
||||
tzrange as tzrange,
|
||||
tzstr as tzstr,
|
||||
tzical as tzical,
|
||||
gettz as gettz,
|
||||
datetime_exists as datetime_exists,
|
||||
datetime_ambiguous as datetime_ambiguous,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user