print_stack(*, limit=None, file=None) Print the stack or traceback for this task’s coroutine. This
locked() Returns True if semaphore can not be acquired immediately.
coroutine AbstractEventLoop.create_connection(protocol_factory, host=None, port=None, *, ssl=None, family=0, proto=0, flags=0, sock=None, local_addr=None, server_hostname=None)
close() Stop serving: close listening sockets and set the sockets attribute to None.
select.kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0) (Only supported on BSD.) Returns a kernel
class asyncio.BaseTransport Base class for transports. close(self)
set_result(result) Mark the future done and set its result. If the future is already done when
set_exception(exception) Mark the future done and set an exception. If the future is already
coroutine wait_closed() Wait until the close() method completes. This method is
coroutine AbstractEventLoop.subprocess_exec(protocol_factory, *args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
Page 27 of 28