MCPcopy Create free account
hub / github.com/ARMmbed/mbed-cli / ProcessException

Class ProcessException

test/util.py:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25# Process execution
26class ProcessException(Exception):
27 pass
28
29def popen(command, stdin=None, **kwargs):
30 print(' '.join(command))

Callers 2

popenFunction · 0.70
pqueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected