MCPcopy Index your code
hub / github.com/RustPython/RustPython / _make_write_pipe_transport

Method _make_write_pipe_transport

Lib/asyncio/base_events.py:524–527  ·  view source on GitHub ↗

Create write pipe transport.

(self, pipe, protocol, waiter=None,
                                   extra=None)

Source from the content-addressed store, hash-verified

522 raise NotImplementedError
523
524 def _make_write_pipe_transport(self, pipe, protocol, waiter=None,
525 extra=None):
526 """Create write pipe transport."""
527 raise NotImplementedError
528
529 async def _make_subprocess_transport(self, protocol, args, shell,
530 stdin, stdout, stderr, bufsize,

Callers 1

connect_write_pipeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected