Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py105 raise convert_to_error(kind, result)
107 def convert_to_error(kind, result): function
774 raise convert_to_error(kind, result)
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py92 raise convert_to_error(kind, result)
94 def convert_to_error(kind, result): function
824 raise convert_to_error(kind, result)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst1912 `multiprocessing.managers.convert_to_error` function. (It also makes more