Home
last modified time | relevance | path

Searched refs:intercept_call (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/examples/python/interceptors/headers/
Dheader_manipulator_client_interceptor.py32 def intercept_call(client_call_details, request_iterator, request_streaming, function
46 return generic_client_interceptor.create(intercept_call)
Dgeneric_client_interceptor.py54 def create(intercept_call): argument
55 return _GenericClientInterceptor(intercept_call)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py261 def intercept_call(client_call_details, request_iterator, request_streaming, function
268 return _GenericClientInterceptor(intercept_call)
273 def intercept_call(client_call_details, request_iterator, function
287 return _GenericClientInterceptor(intercept_call)