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

Method inner

Lib/test/test_logging.py:5068–5069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5066
5067 def raise_error(self, error):
5068 def inner():
5069 raise error()
5070 return inner
5071
5072 def test_no_failure(self):

Callers

nothing calls this directly

Calls 1

errorClass · 0.50

Tested by

no test coverage detected