Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2572 def errback(exc): function
2575 res = p.apply_async(raising, error_callback=errback)
2591 def errback(exc): function
2594 res = p.apply_async(unpickleable_result, error_callback=errback)