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

Method _pdbcmd_print_frame_status

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

Source from the content-addressed store, hash-verified

1271 # Pdb meta commands, only intended to be used internally by pdb
1272
1273 def _pdbcmd_print_frame_status(self, arg):
1274 self.print_stack_trace(0)
1275 self._validate_file_mtime()
1276 self._show_display()
1277
1278 def _pdbcmd_silence_frame_status(self, arg):
1279 if self.cmdqueue and self.cmdqueue[-1] == '_pdbcmd_print_frame_status':

Callers

nothing calls this directly

Calls 3

print_stack_traceMethod · 0.95
_validate_file_mtimeMethod · 0.95
_show_displayMethod · 0.95

Tested by

no test coverage detected