mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
This commit is contained in:
parent
fe524df37c
commit
6dc57e2a20
3 changed files with 1721 additions and 586 deletions
|
@ -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)
|
||||
|
||||
|
|
1050
Modules/clinic/selectmodule.c.h
generated
Normal file
1050
Modules/clinic/selectmodule.c.h
generated
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue