class documentation

class ServiceStub(Protocol): (source)

Constructor: ServiceStub(channel)

View In Hierarchy

Protocol for gRPC service stub classes.

This protocol defines the expected interface for gRPC stub classes that can be instantiated with a channel.

Method __init__ Undocumented
def __init__(self, channel: GRPCChannel): (source) ΒΆ

Undocumented