Classes | |
class | ChannelHandler |
class | ChannelRpcHandler |
class | ChannelRpcRead |
class | Serverish |
class | ServerRpcHandler |
class | ServerRpcRead |
Functions | |
def | _fuss (tuplified_metadata) |
def | fuss_with_metadata (metadata) |
def | rpc_names (service_descriptors) |
Variables | |
def | FUSSED_EMPTY_METADATA = _fuss(()) |
REQUESTS_CLOSED = ServerRpcRead(None, True, False) | |
TERMINATED = ServerRpcRead(None, False, True) | |
|
private |
Definition at line 22 of file testing/grpc_testing/_common.py.
def grpc_testing._common.fuss_with_metadata | ( | metadata | ) |
Definition at line 32 of file testing/grpc_testing/_common.py.
def grpc_testing._common.rpc_names | ( | service_descriptors | ) |
Definition at line 39 of file testing/grpc_testing/_common.py.
Definition at line 29 of file testing/grpc_testing/_common.py.
grpc_testing._common.REQUESTS_CLOSED = ServerRpcRead(None, True, False) |
Definition at line 115 of file testing/grpc_testing/_common.py.
grpc_testing._common.TERMINATED = ServerRpcRead(None, False, True) |
Definition at line 116 of file testing/grpc_testing/_common.py.