Go to the source code of this file.
Namespaces | |
grpc_status._async | |
Functions | |
def | grpc_status._async.from_call (aio.Call call) |
Variables | |
list | grpc_status._async.__all__ |
grpc_status._async.code = await call.code() | |
grpc_status._async.details = await call.details() | |
grpc_status._async.rich_status = status_pb2.Status.FromString(value) | |
grpc_status._async.trailing_metadata = await call.trailing_metadata() | |