Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py1802 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
1870 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1883 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1897 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
1909 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument