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

Method _make_read_pipe_transport

Lib/asyncio/base_events.py:519–522  ·  view source on GitHub ↗

Create read pipe transport.

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

Source from the content-addressed store, hash-verified

517 raise NotImplementedError
518
519 def _make_read_pipe_transport(self, pipe, protocol, waiter=None,
520 extra=None):
521 """Create read pipe transport."""
522 raise NotImplementedError
523
524 def _make_write_pipe_transport(self, pipe, protocol, waiter=None,
525 extra=None):

Callers 1

connect_read_pipeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected