Class
UnsupportedError
The operation isn't supported.
Source from the content-addressed store, hash-verified
| 24 | |
| 25 | |
| 26 | class UnsupportedError(Exception): |
| 27 | """The operation isn't supported.""" |
| 28 | |
| 29 | |
| 30 | def _run_quiet(cmd, *, cwd=None): |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…