Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py33 def _expect_status_code(call, expected_code): function
46 _expect_status_code(call, expected_code)
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py43 def _expect_status_code(call, expected_code): function
56 _expect_status_code(call, expected_code)
315 _expect_status_code(response_future, grpc.StatusCode.UNIMPLEMENTED)
321 _expect_status_code(response_future, grpc.StatusCode.UNIMPLEMENTED)
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py41 async def _expect_status_code(call: aio.Call, function
59 await _expect_status_code(call, expected_code)
283 await _expect_status_code(call, grpc.StatusCode.UNIMPLEMENTED)
288 await _expect_status_code(call, grpc.StatusCode.UNIMPLEMENTED)