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.
devpoll
@final
1 parent ea144d3 commit f342822Copy full SHA for f342822
1 file changed
stdlib/select.pyi
@@ -159,6 +159,7 @@ if sys.platform == "linux":
159
160
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
161
# Solaris only
162
+ @final
163
class devpoll:
164
def close(self) -> None: ...
165
closed: bool
0 commit comments