Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sethelper
Function
sethelper
Lib/site.py:471–472 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
469
470
471
def
sethelper():
472
builtins.help = _sitebuiltins._Helper()
473
474
475
def
gethistoryfile():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected