Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/test/test_exception_group.py:384–385 ·
view source on GitHub ↗
(self, e)
Source
from the content-addressed store, hash-verified
382
self.func = func
383
384
def
__call__(self, e):
385
return
self.func(e)
386
387
def
method(self, e):
388
return
self.func(e)
Callers
nothing calls this directly
Calls
1
func
Method · 0.45
Tested by
no test coverage detected