Public Member Functions | |
def | service (self, unused_handler_details) |
Definition at line 30 of file _dns_resolver_test.py.
def tests.unit._dns_resolver_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 32 of file _dns_resolver_test.py.