Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_threading.py385 class RunSelfFunction(object): class
399 cyclic_object = RunSelfFunction(should_raise=False)
407 raising_cyclic_object = RunSelfFunction(should_raise=True)
/external/python/cpython3/Lib/test/
Dtest_threading.py376 class RunSelfFunction(object): class
390 cyclic_object = RunSelfFunction(should_raise=False)
398 raising_cyclic_object = RunSelfFunction(should_raise=True)