Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/test/test_doctest/test_doctest.py:2863–2864 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
2861
functools.update_wrapper(self, func)
2862
2863
def
__call__(self, *args, **kwargs):
2864
self.func(*args, **kwargs)
2865
2866
@Wrapper
2867
def
wrapped():
Callers
nothing calls this directly
Calls
1
func
Method · 0.45
Tested by
no test coverage detected