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