MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / run_single

Method run_single

scripts/modules/Shell.py:84–88  ·  view source on GitHub ↗
(self,cmd)

Source from the content-addressed store, hash-verified

82 logger.debug("%s returned" % cmd)
83
84 def run_single(self,cmd):
85 if self.is_interactive:
86 self.run_single_interactive(cmd)
87 else:
88 self.run_single_to_str(cmd)
89
90 def run_single_to_str_no_output_check(self,cmd):
91 try:

Callers 1

runMethod · 0.95

Calls 2

run_single_to_strMethod · 0.95

Tested by

no test coverage detected