mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
This commit is contained in:
@@ -351,7 +351,7 @@ Edge and Level Trigger Polling (epoll) Objects
|
||||
Remove a registered file descriptor from the epoll object.
|
||||
|
||||
|
||||
.. method:: epoll.poll(timeout=-1, maxevents=-1)
|
||||
.. method:: epoll.poll(timeout=None, maxevents=-1)
|
||||
|
||||
Wait for events. timeout in seconds (float)
|
||||
|
||||
|
||||
Generated
+1050
File diff suppressed because it is too large
Load Diff
+670
-585
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user