Searched defs:_add_writer (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | utils.py | 388 def _add_writer(self, fd, callback, *args): member in TestLoop |
/external/python/cpython3/Lib/asyncio/ | ||
D | selector_events.py | 283 def _add_writer(self, fd, callback, *args): member in BaseSelectorEventLoop |