Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
ProcessException(Exception):
27
pass
28
29
def
popen(command, stdin=None, **kwargs):
30
print(
' '
.join(command))
Callers
2
popen
Function · 0.70
pquery
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected