Searched refs:raising_fn (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_concurrent_futures.py573 def raising_fn(callback_future): function in function:FutureTests.test_done_callback_raises
583 f.add_done_callback(raising_fn)
/external/python/futures/
H A Dtest_futures.py574 def raising_fn(callback_future): function in function:FutureTests.test_done_callback_raises
589 f.add_done_callback(raising_fn)

Completed in 145 milliseconds