Home
last modified time | relevance | path

Searched refs:commands_resuming (Results 1 – 2 of 2) 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
/external/python/cpython3/Lib/
Dpdb.py449 if func.__name__ in self.commands_resuming:
1435 commands_resuming = ['do_continue', 'do_step', 'do_next', 'do_return', variable in Pdb