MCPcopy Index your code
hub / github.com/python/cpython / do_help

Method do_help

Lib/pdb.py:3013–3015  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

3011 return super().do_unalias(arg)
3012
3013 def do_help(self, arg):
3014 # Tell the client to render the help, since it might need a pager.
3015 self._send(help=arg)
3016
3017 do_h = do_help
3018

Callers

nothing calls this directly

Calls 1

_sendMethod · 0.95

Tested by

no test coverage detected