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

Function check_call

Lib/subprocess.py:525–541  ·  view source on GitHub ↗

Run command with arguments. Wait for command to complete. If the exit code was zero then return, otherwise raise CalledProcessError. The CalledProcessError object will have the return code in the returncode attribute. The arguments are the same as for the Popen constructor. Exam

(*popenargs, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

CalledProcessErrorClass · 0.85
callFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected