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

Method subprocess_exec

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

Source from the content-addressed store, hash-verified

570 raise NotImplementedError
571
572 async def subprocess_exec(self, protocol_factory, *args,
573 stdin=subprocess.PIPE,
574 stdout=subprocess.PIPE,
575 stderr=subprocess.PIPE,
576 **kwargs):
577 raise NotImplementedError
578
579 # Ready-based callback registration methods.
580 # The add_*() methods return None.

Callers 14

innerMethod · 0.95
create_subprocess_execFunction · 0.45
cancel_make_transportMethod · 0.45
kill_runningMethod · 0.45
mainMethod · 0.45
test_subprocess_execMethod · 0.45
test_subprocess_killMethod · 0.45

Calls

no outgoing calls

Tested by 13

innerMethod · 0.76
cancel_make_transportMethod · 0.36
kill_runningMethod · 0.36
mainMethod · 0.36
test_subprocess_execMethod · 0.36
test_subprocess_killMethod · 0.36