Classes | |
class | _GenericHandler |
class | _Handler |
class | _MethodHandler |
class | BaseRPCTest |
class | Callback |
Variables | |
_DESERIALIZE_REQUEST = lambda bytestring: bytestring[len(bytestring) // 2:] | |
_DESERIALIZE_RESPONSE = lambda bytestring: bytestring[:len(bytestring) // 3] | |
int | _SERIALIZE_REQUEST = lambda bytestring: bytestring * 2 |
int | _SERIALIZE_RESPONSE = lambda bytestring: bytestring * 3 |
string | _STREAM_STREAM = '/test/StreamStream' |
string | _STREAM_STREAM_NON_BLOCKING = '/test/StreamStreamNonBlocking' |
string | _STREAM_UNARY = '/test/StreamUnary' |
string | _UNARY_STREAM = '/test/UnaryStream' |
string | _UNARY_STREAM_NON_BLOCKING = '/test/UnaryStreamNonBlocking' |
string | _UNARY_UNARY = '/test/UnaryUnary' |
TIMEOUT_SHORT = datetime.timedelta(seconds=4).total_seconds() | |
def tests.unit._rpc_test_helpers.stream_stream_multi_callable | ( | channel | ) |
Definition at line 224 of file _rpc_test_helpers.py.
def tests.unit._rpc_test_helpers.stream_stream_non_blocking_multi_callable | ( | channel | ) |
Definition at line 228 of file _rpc_test_helpers.py.
def tests.unit._rpc_test_helpers.stream_unary_multi_callable | ( | channel | ) |
Definition at line 218 of file _rpc_test_helpers.py.
def tests.unit._rpc_test_helpers.unary_stream_multi_callable | ( | channel | ) |
Definition at line 206 of file _rpc_test_helpers.py.
def tests.unit._rpc_test_helpers.unary_stream_non_blocking_multi_callable | ( | channel | ) |
Definition at line 212 of file _rpc_test_helpers.py.
def tests.unit._rpc_test_helpers.unary_unary_multi_callable | ( | channel | ) |
Definition at line 202 of file _rpc_test_helpers.py.
|
private |
Definition at line 28 of file _rpc_test_helpers.py.
|
private |
Definition at line 30 of file _rpc_test_helpers.py.
|
private |
Definition at line 27 of file _rpc_test_helpers.py.
|
private |
Definition at line 29 of file _rpc_test_helpers.py.
|
private |
Definition at line 36 of file _rpc_test_helpers.py.
|
private |
Definition at line 37 of file _rpc_test_helpers.py.
|
private |
Definition at line 35 of file _rpc_test_helpers.py.
|
private |
Definition at line 33 of file _rpc_test_helpers.py.
|
private |
Definition at line 34 of file _rpc_test_helpers.py.
|
private |
Definition at line 32 of file _rpc_test_helpers.py.
tests.unit._rpc_test_helpers.TIMEOUT_SHORT = datetime.timedelta(seconds=4).total_seconds() |
Definition at line 39 of file _rpc_test_helpers.py.