Searched refs:RemoteError (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
H A Dmanagers.py112 return RemoteError(result)
115 return RemoteError('Unserializable message: %s\n' % result)
119 class RemoteError(Exception): class in inherits:Exception
/external/python/cpython3/Lib/multiprocessing/
H A Dmanagers.py89 return RemoteError(result)
92 return RemoteError('Unserializable message: %s\n' % result)
96 class RemoteError(Exception): class in inherits:Exception
/external/python/cpython3/Lib/test/
H A D_test_multiprocessing.py1899 expected_error = (RemoteError if self.TYPE == 'manager'
2099 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError namespace
2169 self.assertRaises(RemoteError, foo._callmethod, '_h')
/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py1362 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError namespace
1414 self.assertRaises(RemoteError, foo._callmethod, '_h')

Completed in 561 milliseconds