Searched defs:add_writer (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | utils.py | 445 def add_writer(self, fd, callback, *args): member in TestLoop |
/external/python/cpython3/Lib/asyncio/ | ||
D | selector_events.py | 343 def add_writer(self, fd, callback, *args): member in BaseSelectorEventLoop |
D | events.py | 509 def add_writer(self, fd, callback, *args): member in AbstractEventLoop |