Definition at line 158 of file unit/_metadata_test.py.
◆ __init__()
def tests.unit._metadata_test._GenericHandler.__init__ |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ service()
def tests.unit._metadata_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 163 of file unit/_metadata_test.py.
◆ _test
tests.unit._metadata_test._GenericHandler._test |
|
private |
The documentation for this class was generated from the following file: