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