Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_rpc_test.py490 with self.assertRaises(grpc.FutureCancelledError):
492 with self.assertRaises(grpc.FutureCancelledError):
494 with self.assertRaises(grpc.FutureCancelledError):
532 with self.assertRaises(grpc.FutureCancelledError):
534 with self.assertRaises(grpc.FutureCancelledError):
536 with self.assertRaises(grpc.FutureCancelledError):
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py100 except grpc.FutureCancelledError:
112 except grpc.FutureCancelledError:
120 except grpc.FutureCancelledError:
/external/grpc-grpc/src/python/grpcio/grpc/
D_utilities.py75 raise grpc.FutureCancelledError()
D_channel.py293 raise grpc.FutureCancelledError()
306 raise grpc.FutureCancelledError()
319 raise grpc.FutureCancelledError()
D__init__.py31 class FutureCancelledError(Exception): class
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py392 with self.assertRaises(grpc.FutureCancelledError):