Home
last modified time | relevance | path

Searched refs:BaseChildWatcher (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dunix_events.py973 class BaseChildWatcher(AbstractChildWatcher): class
1026 class SafeChildWatcher(BaseChildWatcher):
1100 class FastChildWatcher(BaseChildWatcher):
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1123 watcher = unix_events.BaseChildWatcher()