Classes | |
class | _StreamStream |
class | _StreamUnary |
class | _UnaryStream |
class | _UnaryUnary |
Functions | |
def | stream_stream (channel_state, method_descriptor) |
def | stream_unary (channel_state, method_descriptor) |
def | unary_stream (channel_state, method_descriptor) |
def | unary_unary (channel_state, method_descriptor) |
def grpc_testing._channel._channel_rpc.stream_stream | ( | channel_state, | |
method_descriptor | |||
) |
Definition at line 117 of file _channel_rpc.py.
def grpc_testing._channel._channel_rpc.stream_unary | ( | channel_state, | |
method_descriptor | |||
) |
Definition at line 112 of file _channel_rpc.py.
def grpc_testing._channel._channel_rpc.unary_stream | ( | channel_state, | |
method_descriptor | |||
) |
Definition at line 105 of file _channel_rpc.py.
def grpc_testing._channel._channel_rpc.unary_unary | ( | channel_state, | |
method_descriptor | |||
) |
Definition at line 98 of file _channel_rpc.py.