Classes | Functions | Variables
tests.unit._empty_message_test Namespace Reference

Classes

class  _GenericHandler
 
class  _MethodHandler
 
class  EmptyMessageTest
 

Functions

def handle_stream_stream (request_iterator, servicer_context)
 
def handle_stream_unary (request_iterator, servicer_context)
 
def handle_unary_stream (request, servicer_context)
 
def handle_unary_unary (request, servicer_context)
 

Variables

string _REQUEST = b''
 
string _RESPONSE = b''
 
string _STREAM_STREAM = '/test/StreamStream'
 
string _STREAM_UNARY = '/test/StreamUnary'
 
string _UNARY_STREAM = '/test/UnaryStream'
 
string _UNARY_UNARY = '/test/UnaryUnary'
 
 verbosity
 

Function Documentation

◆ handle_stream_stream()

def tests.unit._empty_message_test.handle_stream_stream (   request_iterator,
  servicer_context 
)

Definition at line 47 of file _empty_message_test.py.

◆ handle_stream_unary()

def tests.unit._empty_message_test.handle_stream_unary (   request_iterator,
  servicer_context 
)

Definition at line 41 of file _empty_message_test.py.

◆ handle_unary_stream()

def tests.unit._empty_message_test.handle_unary_stream (   request,
  servicer_context 
)

Definition at line 36 of file _empty_message_test.py.

◆ handle_unary_unary()

def tests.unit._empty_message_test.handle_unary_unary (   request,
  servicer_context 
)

Definition at line 32 of file _empty_message_test.py.

Variable Documentation

◆ _REQUEST

string tests.unit._empty_message_test._REQUEST = b''
private

Definition at line 23 of file _empty_message_test.py.

◆ _RESPONSE

string tests.unit._empty_message_test._RESPONSE = b''
private

Definition at line 24 of file _empty_message_test.py.

◆ _STREAM_STREAM

string tests.unit._empty_message_test._STREAM_STREAM = '/test/StreamStream'
private

Definition at line 29 of file _empty_message_test.py.

◆ _STREAM_UNARY

string tests.unit._empty_message_test._STREAM_UNARY = '/test/StreamUnary'
private

Definition at line 28 of file _empty_message_test.py.

◆ _UNARY_STREAM

string tests.unit._empty_message_test._UNARY_STREAM = '/test/UnaryStream'
private

Definition at line 27 of file _empty_message_test.py.

◆ _UNARY_UNARY

string tests.unit._empty_message_test._UNARY_UNARY = '/test/UnaryUnary'
private

Definition at line 26 of file _empty_message_test.py.

◆ verbosity

tests.unit._empty_message_test.verbosity

Definition at line 124 of file _empty_message_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:53