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

Function call

Lib/subprocess.py:514–522  ·  view source on GitHub ↗

Run command with arguments. Wait for command to complete, then return the returncode attribute. The arguments are the same as for the Popen constructor. Example: retcode = call(["ls", "-l"])

(*popenargs, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

check_callFunction · 0.70

Calls 2

PopenClass · 0.70
waitMethod · 0.45

Tested by

no test coverage detected