Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py112 return RemoteError(result)
115 return RemoteError('Unserializable message: %s\n' % result)
119 class RemoteError(Exception): class
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1362 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError
1414 self.assertRaises(RemoteError, foo._callmethod, '_h')
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1732 process then this is converted into a :exc:`RemoteError` exception and is