partial Read bytes string before the end of stream was reached (
AbstractEventLoop.create_future() Create an
class asyncio.Semaphore(value=1, *, loop=None) A Semaphore implementation. A semaphore manages
AbstractEventLoop.add_reader(fd, callback, *args) Start watching the file descriptor for read availability and then call the
coroutine AbstractEventLoop.sock_connect(sock, address) Connect to a remote socket at address. Modeled after blocking
locked() Returns True if semaphore can not be acquired immediately.
set_result(result) Mark the future done and set its result. If the future is already done when
AbstractEventLoop.call_at(when, callback, *args) Arrange for the callback to be called at the given absolute timestamp
kqueue.fromfd(fd) Create a kqueue object from a given file descriptor.
get_extra_info(name, default=None) Return optional transport information. name is a string representing the piece of
Page 23 of 28