epoll.fromfd(fd) Create an epoll object from a given file descriptor.
coroutine drain() Let the write buffer of the underlying transport a chance to be flushed. The
write_eof() Close the write end of the transport after flushing buffered data: see
class asyncio.WriteTransport Interface for write-only transports. abort()
kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor
stdout Standard output stream (
epoll.closed True if the epoll object is closed.
kevent.flags Filter action.
coroutine AbstractEventLoop.create_unix_server(protocol_factory, path=None, *, sock=None, backlog=100, ssl=None) Similar to
coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a
Page 1 of 28