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

Method _create_recursive_debugger

Lib/pdb.py:3050–3055  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3048
3049 @typing.override
3050 def _create_recursive_debugger(self):
3051 return _PdbServer(
3052 self._sockfile,
3053 owns_sockfile=False,
3054 colorize=self.colorize,
3055 )
3056
3057 @typing.override
3058 def _prompt_for_confirmation(self, prompt, default):

Callers

nothing calls this directly

Calls 1

_PdbServerClass · 0.85

Tested by

no test coverage detected