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

Function ignore_exc

Tools/c-analyzer/c_common/scriptutil.py:354–355  ·  view source on GitHub ↗
(_exc)

Source from the content-addressed store, hash-verified

352
353 if fail is True:
354 def ignore_exc(_exc):
355 return False
356 elif fail is False:
357 def ignore_exc(_exc):
358 return True

Callers 1

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