Home
last modified time | relevance | path

Searched defs:jumpFrom (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py733 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/
Dtest_sys_settrace.py485 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