Classes | |
class | _GenericHandler |
class | _MethodHandler |
class | MetadataFlagsTest |
Functions | |
def | create_phony_channel () |
def | handle_stream_stream (test, request_iterator, servicer_context) |
def | handle_stream_unary (test, request_iterator, servicer_context) |
def | handle_unary_stream (test, request, servicer_context) |
def | handle_unary_unary (test, request, servicer_context) |
def | perform_stream_stream_call (channel, wait_for_ready=None) |
def | perform_stream_unary_call (channel, wait_for_ready=None) |
def | perform_stream_unary_future (channel, wait_for_ready=None) |
def | perform_stream_unary_with_call (channel, wait_for_ready=None) |
def | perform_unary_stream_call (channel, wait_for_ready=None) |
def | perform_unary_unary_call (channel, wait_for_ready=None) |
def | perform_unary_unary_future (channel, wait_for_ready=None) |
def | perform_unary_unary_with_call (channel, wait_for_ready=None) |
Variables | |
list | _ALL_CALL_CASES |
string | _REQUEST = b'\x00\x00\x00' |
string | _RESPONSE = b'\x00\x00\x00' |
string | _STREAM_STREAM = '/test/StreamStream' |
string | _STREAM_UNARY = '/test/StreamUnary' |
string | _UNARY_STREAM = '/test/UnaryStream' |
string | _UNARY_UNARY = '/test/UnaryUnary' |
level | |
verbosity | |
def tests.unit._metadata_flags_test.create_phony_channel | ( | ) |
Creating phony channels is a workaround for retries
Definition at line 103 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.handle_stream_stream | ( | test, | |
request_iterator, | |||
servicer_context | |||
) |
Definition at line 55 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.handle_stream_unary | ( | test, | |
request_iterator, | |||
servicer_context | |||
) |
Definition at line 49 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.handle_unary_stream | ( | test, | |
request, | |||
servicer_context | |||
) |
Definition at line 44 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.handle_unary_unary | ( | test, | |
request, | |||
servicer_context | |||
) |
Definition at line 40 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_stream_stream_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 163 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_stream_unary_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 141 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_stream_unary_future | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 155 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_stream_unary_with_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 148 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_unary_stream_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 132 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_unary_unary_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 110 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_unary_unary_future | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 124 of file _metadata_flags_test.py.
def tests.unit._metadata_flags_test.perform_unary_unary_with_call | ( | channel, | |
wait_for_ready = None |
|||
) |
Definition at line 117 of file _metadata_flags_test.py.
|
private |
Definition at line 172 of file _metadata_flags_test.py.
|
private |
Definition at line 36 of file _metadata_flags_test.py.
|
private |
Definition at line 37 of file _metadata_flags_test.py.
|
private |
Definition at line 34 of file _metadata_flags_test.py.
|
private |
Definition at line 33 of file _metadata_flags_test.py.
|
private |
Definition at line 32 of file _metadata_flags_test.py.
|
private |
Definition at line 31 of file _metadata_flags_test.py.
tests.unit._metadata_flags_test.level |
Definition at line 259 of file _metadata_flags_test.py.
tests.unit._metadata_flags_test.verbosity |
Definition at line 260 of file _metadata_flags_test.py.