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

Method do_debug

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

Source from the content-addressed store, hash-verified

2995 pass
2996
2997 def do_debug(self, arg):
2998 # Clear our cached list of valid commands; the recursive debugger might
2999 # send its own differing list, and so ours needs to be re-sent.
3000 self._command_name_cache = []
3001 return super().do_debug(arg)
3002
3003 def do_alias(self, arg):
3004 # Clear our cached list of valid commands; one might be added.

Callers

nothing calls this directly

Calls 2

superClass · 0.85
do_debugMethod · 0.45

Tested by

no test coverage detected