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

Class VerifyError

Modules/_decimal/tests/deccheck.py:575–577  ·  view source on GitHub ↗

Verification failed.

Source from the content-addressed store, hash-verified

573# ======================================================================
574
575class VerifyError(Exception):
576 """Verification failed."""
577 pass
578
579def function_as_string(t):
580 if t.contextfunc:

Callers 1

raise_errorFunction · 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…