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.
select.poll
@final
1 parent 27ec4c8 commit ea144d3Copy full SHA for ea144d3
1 file changed
stdlib/select.pyi
@@ -24,6 +24,7 @@ if sys.platform != "win32":
24
25
# This is actually a function that returns an instance of a class.
26
# The class is not accessible directly, and also calls itself select.poll.
27
+ @final
28
class poll:
29
# default value is select.POLLIN | select.POLLPRI | select.POLLOUT
30
def register(self, fd: FileDescriptorLike, eventmask: int = 7, /) -> None: ...
0 commit comments