Searched defs:abort_with_status (Results 1 – 4 of 4) sorted by relevance
| /third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ | ||
| D | _servicer_context.py | 81 def abort_with_status(self, status): member in ServicerContext |
| /third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ | ||
| D | server.pyx.pxi | 194 async def abort_with_status(self, object status): member in _ServicerContext |
| /third_party/grpc/src/python/grpcio/grpc/ | ||
| D | _server.py | 321 def abort_with_status(self, status): member in _Context |
| D | __init__.py | 1209 def abort_with_status(self, status): member in ServicerContext |