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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected