Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py39 def _expect_status_details(call, expected_details): function
47 _expect_status_details(call, expected_details)
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py49 def _expect_status_details(call, expected_details): function
57 _expect_status_details(call, expected_details)
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py49 async def _expect_status_details(call: aio.Call, expected_details: str) -> None: function
60 await _expect_status_details(call, expected_details)