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

Method run

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

Source from the content-addressed store, hash-verified

55 else:
56 self.env[key] = value+":"+self.env[key]
57 def run(self, cmd):
58 if isinstance(cmd, list):
59 for c in cmd:
60 self.run_single(c)
61 else:
62 self.run_single(cmd)
63 def run_to_str(self, cmd):
64 out = ""
65 if isinstance(cmd, list):

Callers

nothing calls this directly

Calls 1

run_singleMethod · 0.95

Tested by

no test coverage detected