Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/_sitebuiltins.py:99–101 ·
view source on GitHub ↗
(self, *args, **kwds)
Source
from the content-addressed store, hash-verified
97
return
"Type help() for interactive help, "
\
98
"or help(object) for help about object."
99
def
__call__(self, *args, **kwds):
100
import
pydoc
101
return
pydoc.help(*args, **kwds)
Callers
nothing calls this directly
Calls
1
help
Method · 0.45
Tested by
no test coverage detected