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.py386 class RunSelfFunction(object): class
400 cyclic_object = RunSelfFunction(should_raise=False)
408 raising_cyclic_object = RunSelfFunction(should_raise=True)