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

Method do_run

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

Source from the content-addressed store, hash-verified

3062 return default
3063
3064 def do_run(self, arg):
3065 self.error("remote PDB cannot restart the program")
3066
3067 do_restart = do_run
3068

Callers

nothing calls this directly

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected