Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ exc
Method
exc
Lib/test/test_traceback.py:2751–2752 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2749
2750
def
test_exception_group_basic(self):
2751
def
exc():
2752
raise
ExceptionGroup(
"eg"
, [ValueError(1), TypeError(2)])
2753
2754
expected = (
2755
f
' + Exception Group Traceback (most recent call last):\n'
Callers
nothing calls this directly
Calls
3
add_note
Method · 0.80
EG
Class · 0.70
append
Method · 0.45
Tested by
no test coverage detected