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

Method subprocess_shell

Lib/asyncio/events.py:565–570  ·  view source on GitHub ↗
(self, protocol_factory, cmd, *,
                               stdin=subprocess.PIPE,
                               stdout=subprocess.PIPE,
                               stderr=subprocess.PIPE,
                               **kwargs)

Source from the content-addressed store, hash-verified

563 raise NotImplementedError
564
565 async def subprocess_shell(self, protocol_factory, cmd, *,
566 stdin=subprocess.PIPE,
567 stdout=subprocess.PIPE,
568 stderr=subprocess.PIPE,
569 **kwargs):
570 raise NotImplementedError
571
572 async def subprocess_exec(self, protocol_factory, *args,
573 stdin=subprocess.PIPE,

Callers 7

innerMethod · 0.95
create_subprocess_shellFunction · 0.45
test_subprocess_shellMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by 6

innerMethod · 0.76
test_subprocess_shellMethod · 0.36
connectMethod · 0.36