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

Function skip_error

Modules/_decimal/tests/deccheck.py:567–568  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

565
566shandler = SkipHandler()
567def skip_error(t):
568 return getattr(shandler, t.funcname, shandler.default)(t)
569
570
571# ======================================================================

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…