mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
@@ -23,7 +23,7 @@ class TZP:
|
||||
def fix_rrule_until(self, rrule: rrule, ical_rrule: vRecur) -> None: ...
|
||||
def create_timezone(self, timezone_component: Timezone) -> datetime.tzinfo: ...
|
||||
def clean_timezone_id(self, tzid: str) -> str: ...
|
||||
def timezone(self, id: str) -> datetime.tzinfo | None: ...
|
||||
def timezone(self, tz_id: str) -> datetime.tzinfo | None: ...
|
||||
def uses_pytz(self) -> bool: ...
|
||||
def uses_zoneinfo(self) -> bool: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user