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

Function check_output

Lib/subprocess.py:544–574  ·  view source on GitHub ↗

r"""Run command with arguments and return its output as a byte string. If the exit code was non-zero it raises a CalledProcessError. The CalledProcessError object will have the return code in the returncode attribute and output in the output attribute. The arguments are the same a

(*popenargs, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

communicateMethod · 0.95
pollMethod · 0.95
CalledProcessErrorClass · 0.85
PopenClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected