HomeSort by relevance Sort by last modified time
    Searched refs:unix_events (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/asyncio/
__init__.py 49 from .unix_events import * # pragma: no cover
50 __all__ += unix_events.__all__
  /external/python/cpython3/Lib/test/test_asyncio/
test_subprocess.py 16 from asyncio import unix_events
507 Watcher = unix_events.SafeChildWatcher
512 Watcher = unix_events.FastChildWatcher
test_unix_events.py 1 """Tests for unix_events.py."""
25 from asyncio import unix_events
66 @mock.patch('asyncio.unix_events.signal')
76 @mock.patch('asyncio.unix_events.signal')
94 @mock.patch('asyncio.unix_events.signal')
104 @mock.patch('asyncio.unix_events.signal')
122 @mock.patch('asyncio.unix_events.signal')
139 @mock.patch('asyncio.unix_events.signal')
154 @mock.patch('asyncio.unix_events.signal')
167 @mock.patch('asyncio.unix_events.signal'
    [all...]

Completed in 638 milliseconds