mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -39,6 +39,7 @@ if sys.version_info >= (3, 9) and sys.platform == "linux":
|
||||
class struct_time(structseq[Any | int], _TimeTuple):
|
||||
if sys.version_info >= (3, 10):
|
||||
__match_args__: Final = ("tm_year", "tm_mon", "tm_mday", "tm_hour", "tm_min", "tm_sec", "tm_wday", "tm_yday", "tm_isdst")
|
||||
|
||||
@property
|
||||
def tm_year(self) -> int: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user