Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py143 class RemoteError(AbortionError): class
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
Dbeta_python_plugin_test.py474 with self.assertRaises(face.RemoteError):
601 with self.assertRaises(face.RemoteError):
/third_party/python/Lib/multiprocessing/
Dmanagers.py104 return RemoteError('Unserializable message: %s\n' % result)
106 return RemoteError(result)
110 class RemoteError(Exception): class
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py30 (face.Abortion.Kind.REMOTE_FAILURE, face.RemoteError),
/third_party/python/Lib/test/
D_test_multiprocessing.py2544 expected_error = (RemoteError if self.TYPE == 'manager'
2823 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError
2896 self.assertRaises(RemoteError, foo._callmethod, '_h')
/third_party/python/Doc/library/
Dmultiprocessing.rst2070 process then this is converted into a :exc:`RemoteError` exception and is