Public Member Functions | |
def | service (self, handler_call_details) |
Definition at line 76 of file src/python/grpcio_tests/tests_aio/unit/timeout_test.py.
def tests_aio.unit.timeout_test._GenericHandler.service | ( | self, | |
handler_call_details | |||
) |
Returns the handler for servicing the RPC. Args: handler_call_details: A HandlerCallDetails describing the RPC. Returns: An RpcMethodHandler with which the RPC may be serviced if the implementation chooses to service this RPC, or None otherwise.
Reimplemented from grpc.GenericRpcHandler.
Definition at line 78 of file src/python/grpcio_tests/tests_aio/unit/timeout_test.py.