Searched refs:_Pipe (Results 1 – 5 of 5) sorted by relevance
74 class _Pipe(object): class131 request_iterator = _Pipe(())141 request_iterator = _Pipe((b'abc',))153 request_iterator = _Pipe((b'abc',))165 _Pipe((b'abc',))181 request_iterator = _Pipe((b'abc',))
135 class _Pipe(object): class188 with _Pipe() as pipe:205 with _Pipe() as pipe:227 with _Pipe() as pipe:254 with _Pipe() as pipe:271 with _Pipe() as pipe:296 with _Pipe() as pipe:351 with _Pipe() as pipe:
64 class _Pipe(object): class130 request_pipe = _Pipe()
77 class _Pipe(object): class294 pipe = _Pipe()
2165 msgid "_Pipe through..."