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