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

Method get_pipe_transport

Lib/asyncio/transports.py:215–217  ·  view source on GitHub ↗

Get transport for pipe with number fd.

(self, fd)

Source from the content-addressed store, hash-verified

213 raise NotImplementedError
214
215 def get_pipe_transport(self, fd):
216 """Get transport for pipe with number fd."""
217 raise NotImplementedError
218
219 def send_signal(self, signal):
220 """Send signal to subprocess.

Calls

no outgoing calls