Home
last modified time | relevance | path

Searched defs:add_writer (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py445 def add_writer(self, fd, callback, *args): member in TestLoop
/external/python/cpython3/Lib/asyncio/
Dselector_events.py343 def add_writer(self, fd, callback, *args): member in BaseSelectorEventLoop
Devents.py509 def add_writer(self, fd, callback, *args): member in AbstractEventLoop