Home
last modified time | relevance | path

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.py81 def abort_with_status(self, status): member in ServicerContext
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi194 async def abort_with_status(self, object status): member in _ServicerContext
/third_party/grpc/src/python/grpcio/grpc/
D_server.py321 def abort_with_status(self, status): member in _Context
D__init__.py1209 def abort_with_status(self, status): member in ServicerContext