Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ method
Method
method
Lib/test/test_exception_group.py:305–306 ·
view source on GitHub ↗
(self, e)
Source
from the content-addressed store, hash-verified
303
return
self.func(e)
304
305
def
method(self, e):
306
return
self.func(e)
307
308
class
ExceptionGroupSubgroupTests(ExceptionGroupTestBase):
309
def
setUp(self):
Callers
nothing calls this directly
Calls
1
func
Method · 0.45
Tested by
no test coverage detected