Searched refs:windows_utils (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_utils.py | 14 from asyncio import windows_utils namespace 25 h1, h2 = windows_utils.pipe(overlapped=(True, True)) 62 h, _ = windows_utils.pipe(overlapped=(True, True)) 64 p = windows_utils.PipeHandle(h) 92 p = windows_utils.Popen([sys.executable, '-c', command], 93 stdin=windows_utils.PIPE, 94 stdout=windows_utils.PIPE, 95 stderr=windows_utils.PIPE) 98 self.assertIsInstance(f, windows_utils.PipeHandle)
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 25 from . import windows_utils namespace 281 windows_utils.BUFSIZE, windows_utils.BUFSIZE, 283 pipe = windows_utils.PipeHandle(h) 696 return windows_utils.PipeHandle(handle) 921 self._proc = windows_utils.Popen(
|
Completed in 3 milliseconds