Home
last modified time | relevance | path

Searched refs:PipeHandle (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dwindows_utils.py17 __all__ = 'pipe', 'Popen', 'PIPE', 'PipeHandle'
81 class PipeHandle: class
128 The stdin, stdout, stderr are None or instances of PipeHandle.
162 self.stdin = PipeHandle(stdin_wh)
164 self.stdout = PipeHandle(stdout_rh)
166 self.stderr = PipeHandle(stderr_rh)
H A Dwindows_events.py283 pipe = windows_utils.PipeHandle(h)
696 return windows_utils.PipeHandle(handle)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_utils.py64 p = windows_utils.PipeHandle(h)
98 self.assertIsInstance(f, windows_utils.PipeHandle)
/third_party/python/Modules/
H A Doverlapped.c1620 HANDLE PipeHandle; in _overlapped_Overlapped_ConnectPipe_impl() local
1623 PipeHandle = CreateFileW(Address, in _overlapped_Overlapped_ConnectPipe_impl() local
1629 if (PipeHandle == INVALID_HANDLE_VALUE) in _overlapped_Overlapped_ConnectPipe_impl()
1631 return Py_BuildValue(F_HANDLE, PipeHandle); in _overlapped_Overlapped_ConnectPipe_impl()

Completed in 5 milliseconds