MCPcopy 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
471def sethelper():
472 builtins.help = _sitebuiltins._Helper()
473
474
475def gethistoryfile():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected