Home
last modified time | relevance | path

Searched refs:RemoteError (Results 1 – 9 of 9) 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/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py143 class RemoteError(AbortionError): class
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
Dbeta_python_plugin_test.py474 with self.assertRaises(face.RemoteError):
601 with self.assertRaises(face.RemoteError):
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py104 return RemoteError('Unserializable message: %s\n' % result)
106 return RemoteError(result)
110 class RemoteError(Exception): class
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py30 face.RemoteError),
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1431 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError
1483 self.assertRaises(RemoteError, foo._callmethod, '_h')
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2550 expected_error = (RemoteError if self.TYPE == 'manager'
2829 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError
2902 self.assertRaises(RemoteError, foo._callmethod, '_h')
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1737 process then this is converted into a :exc:`RemoteError` exception and is
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst2077 process then this is converted into a :exc:`RemoteError` exception and is