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

Method _make_subprocess_transport

Lib/asyncio/base_events.py:534–538  ·  view source on GitHub ↗

Create subprocess transport.

(self, protocol, args, shell,
                                         stdin, stdout, stderr, bufsize,
                                         extra=None, **kwargs)

Source from the content-addressed store, hash-verified

532 raise NotImplementedError
533
534 async def _make_subprocess_transport(self, protocol, args, shell,
535 stdin, stdout, stderr, bufsize,
536 extra=None, **kwargs):
537 """Create subprocess transport."""
538 raise NotImplementedError
539
540 def _write_to_self(self):
541 """Write a byte to self-pipe, to wake up the event loop.

Callers 3

subprocess_shellMethod · 0.95
subprocess_execMethod · 0.95
test_not_implementedMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_not_implementedMethod · 0.36