mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
2
.github/workflows/stubtest.yml
vendored
2
.github/workflows/stubtest.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
||||
python -m pip install -U pip
|
||||
pip install -U mypy==0.780
|
||||
- name: Run stubtest
|
||||
run: ./tests/stubtest_test.py --ignore-unused-whitelist
|
||||
run: python tests/stubtest_test.py --ignore-unused-whitelist
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -17,6 +17,7 @@ _posixsubprocess
|
||||
asyncio.unix_events
|
||||
crypt
|
||||
dbm.gnu
|
||||
dbm.ndbm
|
||||
fcntl
|
||||
grp
|
||||
nis
|
||||
|
||||
Reference in New Issue
Block a user