Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ inner
Method
inner
Lib/test/test_logging.py:4979–4980 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4977
4978
def
raise_error(self, error):
4979
def
inner():
4980
raise
error()
4981
return
inner
4982
4983
def
test_no_failure(self):
Callers
nothing calls this directly
Calls
1
error
Class · 0.50
Tested by
no test coverage detected