class asyncio.WriteTransport Interface for write-only transports. abort()
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)
BaseProtocol.resume_writing() Called when the transport’s buffer drains below the low-water mark.
epoll.close() Close the control file descriptor of the epoll object.
kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor
epoll.closed True if the epoll object is closed.
coroutine drain() Let the write buffer of the underlying transport a chance to be flushed. The
class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization
class selectors.SelectorKey A SelectorKey is a
Page 1 of 28