Home
last modified time | relevance | path

Searched refs:commands_resuming (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dpdb.py305 if func.func_name in self.commands_resuming:
875 commands_resuming = ['do_continue', 'do_step', 'do_next', 'do_return', variable in Pdb