Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py81 methods.TestCase.UNIMPLEMENTED_METHOD, self._stub, None)
Dmethods.py407 UNIMPLEMENTED_METHOD = 'unimplemented_method' variable in TestCase
428 TestCase.UNIMPLEMENTED_METHOD: _unimplemented_method,
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py433 UNIMPLEMENTED_METHOD = 'unimplemented_method' variable in TestCase
464 elif self is TestCase.UNIMPLEMENTED_METHOD: