MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / SubprocessError

Class SubprocessError

tools/python-3.11.9-amd64/Lib/subprocess.py:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122# Exception classes used by this module.
123class SubprocessError(Exception): pass
124
125
126class CalledProcessError(SubprocessError):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected