BaseProtocol.resume_writing() Called when the transport’s buffer drains below the low-water mark.
abstractmethod unregister(fileobj) Unregister a file object from selection, removing it from monitoring. A file object shall
class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization
asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
epoll.fromfd(fd) Create an epoll object from a given file descriptor.
sockets List of
stdout Standard output stream (
SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed
writelines(data) Write a list (or any iterable) of data bytes to the transport: see
kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor
Page 4 of 28