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

Method _execute_child

Lib/subprocess.py:903–982  ·  view source on GitHub ↗

Execute program (MS Windows version)

(self, args, executable, preexec_fn, close_fds,
                           cwd, env, universal_newlines,
                           startupinfo, creationflags, shell, to_close,
                           p2cread, p2cwrite,
                           c2pread, c2pwrite,
                           errread, errwrite)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.95

Calls 15

_find_w9xpopenMethod · 0.95
pipe_cloexecMethod · 0.95
_close_fdsMethod · 0.95
list2cmdlineFunction · 0.85
STARTUPINFOClass · 0.85
WindowsErrorClass · 0.85
_eintr_retry_callFunction · 0.85
format_exceptionMethod · 0.80
loadsMethod · 0.80
listClass · 0.50
getMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected