/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 38 return handler.add_callback(callback) 74 def add_callback(self, callback): member in _Call 104 def add_callback(self, callback): member in _RpcErrorCall 183 if not handler.add_callback(adapted_callback): 223 def add_callback(self, callback): member in _FutureCall 311 def add_callback(self, callback): member in ResponseIteratorCall
|
D | _rpc_state.py | 192 def add_callback(self, callback): member in State
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _servicer_context.py | 41 def add_callback(self, callback): member in ServicerContext 42 return self._rpc.add_callback(callback)
|
D | _rpc.py | 133 def add_callback(self, callback): member in Rpc
|
/third_party/grpc/examples/python/cancellation/ |
D | server.py | 50 context.add_callback(on_rpc_done) 72 context.add_callback(on_rpc_done)
|
D | README.md | 95 In this example, we use the `ServicerContext.add_callback` method to set a 105 context.add_callback(on_rpc_done)
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | _server_adaptations.py | 180 if not servicer_context.add_callback(callback.cancel): 193 if not servicer_context.add_callback(callback.cancel): 211 if not servicer_context.add_callback(callback.cancel): 227 if not servicer_context.add_callback(callback.cancel):
|
D | _client_adaptations.py | 153 registered = self._call.add_callback(done_callback)
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _signal_handling_test.py | 83 servicer_context.add_callback(on_rpc_end) 99 servicer_context.add_callback(on_rpc_end)
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 134 def add_callback(self, unused_callback): member in _FailureOutcome 177 def add_callback(self, callback): member in _UnaryOutcome 178 return self._call.add_callback(callback)
|
D | __init__.py | 338 def add_callback(self, callback): member in RpcContext
|
D | _server.py | 254 def add_callback(self, callback): member in _Context
|
D | _channel.py | 400 def add_callback(self, callback): member in _Rendezvous
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | _common.py | 94 def add_callback(self, callback): member in ChannelRpcHandler
|
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/ |
D | health.py | 133 context.add_callback(
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
D | _simple_stubs_test.py | 95 context.add_callback(_on_done)
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 299 def add_callback(self, object callback): member in _SyncServicerContext
|