We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a79d0 commit 9ee4582Copy full SHA for 9ee4582
stdlib/2and3/threading.pyi
@@ -69,8 +69,7 @@ class Thread:
69
def getName(self) -> str: ...
70
def setName(self, name: str) -> None: ...
71
def is_alive(self) -> bool: ...
72
- if sys.version_info < (3,):
73
- def isAlive(self) -> bool: ...
+ def isAlive(self) -> bool: ...
74
def isDaemon(self) -> bool: ...
75
def setDaemon(self, daemonic: bool) -> None: ...
76
0 commit comments