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

Function restore

Tools/c-analyzer/c_common/logging.py:51–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 orig = logging.raiseExceptions
50 logging.raiseExceptions = False
51 def restore():
52 logging.raiseExceptions = orig
53 return restore
54
55

Callers 1

traceback_cmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…