MCPcopy Index your code
hub / github.com/python/cpython / test_pipe

Method test_pipe

Lib/test/test_asyncio/test_windows_events.py:121–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 server1.close()
120
121 def test_pipe(self):
122 res = self.loop.run_until_complete(self._test_pipe())
123 self.assertEqual(res, 'done')
124
125 async def _test_pipe(self):
126 ADDRESS = r'\\.\pipe\_test_pipe-%s' % os.getpid()

Callers

nothing calls this directly

Calls 3

_test_pipeMethod · 0.95
run_until_completeMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected