Home
last modified time | relevance | path

Searched defs:_add_writer (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py399 def _add_writer(self, fd, callback, *args): member in TestLoop
/external/python/cpython3/Lib/asyncio/
Dselector_events.py294 def _add_writer(self, fd, callback, *args): member in BaseSelectorEventLoop