modify(fileobj, events, data=None) Change a registered file object’s monitored events or attached data. This
writelines(list_of_data) Write a list (or any iterable) of data bytes to the transport. This is functionally equivalent to calling
locked() Return True if the underlying lock is acquired.
devpoll.modify(fd[, eventmask]) This method does an unregister() followed by a register(). It is (a
coroutine wait() Block until the internal flag is true. If the internal flag is true on entry
class asyncio.PriorityQueue A subclass of Queue; retrieves entries in priority order (lowest first).
coroutine asyncio.create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Run the
coroutine AbstractEventLoop.create_datagram_endpoint(protocol_factory, local_addr=None, remote_addr=None, *, family=0, proto=0, flags=0, reuse_address=None, reuse_port=None
set_event_loop(loop) Set the event loop for the current context to loop.
stdin Standard input stream (
Page 14 of 28