Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_scenarios.py242 response_iterator = multi_callable(REQUEST) variable
265 response_iterator = multi_callable(infinite_request_iterator()) variable
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_common.py96 def __init__(self, response_iterator): argument
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py38 def _consume_responses(response_iterator, response_queue): argument
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py89 def __init__(self, response_future, response_iterator, call): argument