Home
last modified time | relevance | path

Searched refs:unary_unary_event (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py176 def _adapt_unary_unary_event(unary_unary_event): argument
182 unary_unary_event(request, callback.consume_and_terminate,
289 implementation.unary_unary_event),
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dutilities.py105 def unary_unary_event(behavior): function