mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
@@ -69,10 +69,11 @@ if sys.version_info >= (3, 3):
|
||||
],
|
||||
_arg: Any = ...,
|
||||
) -> struct_time: ...
|
||||
@property
|
||||
def tm_zone(self) -> str: ...
|
||||
@property
|
||||
def tm_gmtoff(self) -> int: ...
|
||||
if sys.version_info >= (3, 6) or sys.platform != "win32":
|
||||
@property
|
||||
def tm_zone(self) -> str: ...
|
||||
@property
|
||||
def tm_gmtoff(self) -> int: ...
|
||||
|
||||
else:
|
||||
class struct_time(_struct_time):
|
||||
|
||||
Reference in New Issue
Block a user