Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sethelper
Function
sethelper
Lib/site.py:468–469 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
466
467
468
def
sethelper():
469
builtins.help = _sitebuiltins._Helper()
470
471
472
def
gethistoryfile():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…