MCPcopy Index your code
hub / github.com/python/cpython / UnsupportedError

Class UnsupportedError

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

The operation isn't supported.

Source from the content-addressed store, hash-verified

24
25
26class UnsupportedError(Exception):
27 """The operation isn't supported."""
28
29
30def _run_quiet(cmd, *, cwd=None):

Callers 2

prepareFunction · 0.85
freezeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…