coroutine asyncio.create_subprocess_exec(*args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Create
poll.poll([timeout]) Polls the set of registered file descriptors, and returns a possibly-empty list containing (fd, event)
coroutine asyncio.start_unix_server(client_connected_cb, path=None, *, loop=None, limit=None, **kwds) Start a UNIX Domain Socket
AbstractEventLoop.set_task_factory(factory) Set a task factory that will be used by AbstractEventLoop.create_task()
write_eof() Close the write end of the transport after flushing buffered data. Data may still be received.
get_extra_info(name, default=None) Return optional transport information. name is a string representing the piece of
coroutine wait_closed() Wait until the close() method completes. This method is
AbstractEventLoop.call_at(when, callback, *args) Arrange for the callback to be called at the given absolute timestamp
expected Total number of expected bytes (
coroutine AbstractEventLoop.subprocess_exec(protocol_factory, *args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
Page 23 of 28