Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py69 def _large_unary_common_behavior(stub, fill_username, fill_oauth_scope, function
93 _large_unary_common_behavior(stub, False, False, None)
363 response = _large_unary_common_behavior(stub, True, True, None)
372 response = _large_unary_common_behavior(stub, True, True, None)
385 response = _large_unary_common_behavior(stub, True, False, None)
400 response = _large_unary_common_behavior(stub, True, False, call_credentials)
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py75 async def _large_unary_common_behavior( function
99 await _large_unary_common_behavior(stub, False, False, None)
333 response = await _large_unary_common_behavior(stub, True, True, None)
343 response = await _large_unary_common_behavior(stub, True, True, None)
356 response = await _large_unary_common_behavior(stub, True, False, None)
372 response = await _large_unary_common_behavior(stub, True, False,