Home
last modified time | relevance | path

Searched refs:FutureCancelledError (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_rpc_part_2_test.py321 with self.assertRaises(grpc.FutureCancelledError):
323 with self.assertRaises(grpc.FutureCancelledError):
325 with self.assertRaises(grpc.FutureCancelledError):
351 with self.assertRaises(grpc.FutureCancelledError):
353 with self.assertRaises(grpc.FutureCancelledError):
355 with self.assertRaises(grpc.FutureCancelledError):
D_rpc_test.py537 with self.assertRaises(grpc.FutureCancelledError):
539 with self.assertRaises(grpc.FutureCancelledError):
541 with self.assertRaises(grpc.FutureCancelledError):
567 with self.assertRaises(grpc.FutureCancelledError):
569 with self.assertRaises(grpc.FutureCancelledError):
571 with self.assertRaises(grpc.FutureCancelledError):
/third_party/grpc/src/python/grpcio/grpc/
D_utilities.py77 raise grpc.FutureCancelledError()
D_channel.py492 raise grpc.FutureCancelledError()
514 raise grpc.FutureCancelledError()
536 raise grpc.FutureCancelledError()
720 raise grpc.FutureCancelledError()
739 raise grpc.FutureCancelledError()
758 raise grpc.FutureCancelledError()
D__init__.py40 class FutureCancelledError(Exception): class
/third_party/grpc/doc/python/sphinx/
Dgrpc.rst181 .. autoexception:: FutureCancelledError
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py100 except grpc.FutureCancelledError:
112 except grpc.FutureCancelledError:
120 except grpc.FutureCancelledError:
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py394 with self.assertRaises(grpc.FutureCancelledError):