MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/subprocess.py:648–744  ·  view source on GitHub ↗

Create new Popen instance.

(self, args, bufsize=0, executable=None,
                 stdin=None, stdout=None, stderr=None,
                 preexec_fn=None, close_fds=False, shell=False,
                 cwd=None, env=None, universal_newlines=False,
                 startupinfo=None, creationflags=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_get_handlesMethod · 0.95
_execute_childMethod · 0.95
_cleanupFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected