Home
last modified time | relevance | path

Searched defs:response_iterator (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_scenarios.py222 response_iterator = multi_callable(REQUEST) variable
234 response_iterator = multi_callable(infinite_request_iterator()) variable
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_common.py89 def __init__(self, response_iterator): argument
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py39 def _consume_responses(response_iterator, response_queue): argument
/third_party/grpc/src/python/grpcio/grpc/
D_server.py451 def _take_response_from_response_iterator(rpc_event, state, response_iterator): argument
604 response_iterator): argument
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py76 def __init__(self, response_future, response_iterator, call): argument