Searched defs:jumpTo (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/test/ |
| D | test_sys_settrace.py | 733 def __init__(self, function, jumpFrom, jumpTo, event='line', argument 801 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument 814 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument 828 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument 840 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
|
| /external/python/cpython2/Lib/test/ |
| D | test_sys_settrace.py | 485 def __init__(self, function, jumpFrom, jumpTo, event='line', argument 553 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument 566 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
|