Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the output is printed to stdout. If False, both stdout and stderr are ignored. universal_newlines: Use universal_newlines flag (defaul
(command, print_output=False,
universal_newlines=True)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected