Definition at line 179 of file metadata_test.py.
◆ _method()
def tests_aio.unit.metadata_test._TestGenericHandlerItself._method |
( |
|
request, |
|
|
|
unused_context |
|
) |
| |
|
staticprivate |
◆ service()
def tests_aio.unit.metadata_test._TestGenericHandlerItself.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 186 of file metadata_test.py.
The documentation for this class was generated from the following file: