kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor
BaseProtocol.resume_writing() Called when the transport’s buffer drains below the low-water mark.
epoll.fileno() Return the file descriptor number of the control fd.
coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
class selectors.SelectorKey A SelectorKey is a
class selectors.SelectSelector
asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future
class selectors.DevpollSelector
asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().
write_eof() Close the write end of the transport after flushing buffered data: see
Page 1 of 28