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

Method getdebugger

Lib/idlelib/pyshell.py:620–621  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

618 self.debugger = debugger
619
620 def getdebugger(self):
621 return self.debugger
622
623 def open_remote_stack_viewer(self):
624 """Initiate the remote stack viewer from a separate thread.

Callers 5

restart_subprocessMethod · 0.95
toggle_debuggerMethod · 0.80
close_debuggerMethod · 0.80
cancel_callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected