MCPcopy 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
468def sethelper():
469 builtins.help = _sitebuiltins._Helper()
470
471
472def gethistoryfile():

Callers 1

mainFunction · 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…