Classes | Namespaces | Functions | Variables
_interceptor_test.py File Reference

Go to the source code of this file.

Classes

class  tests.unit._interceptor_test._ApplicationErrorStandin
 
class  tests.unit._interceptor_test._Callback
 
class  tests.unit._interceptor_test._ClientCallDetails
 
class  tests.unit._interceptor_test._DefectiveClientInterceptor
 
class  tests.unit._interceptor_test._GenericClientInterceptor
 
class  tests.unit._interceptor_test._GenericHandler
 
class  tests.unit._interceptor_test._GenericServerInterceptor
 
class  tests.unit._interceptor_test._Handler
 
class  tests.unit._interceptor_test._LoggingInterceptor
 
class  tests.unit._interceptor_test._MethodHandler
 
class  tests.unit._interceptor_test.InterceptorTest
 

Namespaces

 tests.unit._interceptor_test
 

Functions

def tests.unit._interceptor_test._append_request_header_interceptor (header, value)
 
def tests.unit._interceptor_test._filter_server_interceptor (condition, interceptor)
 
def tests.unit._interceptor_test._stream_stream_multi_callable (channel)
 
def tests.unit._interceptor_test._stream_unary_multi_callable (channel)
 
def tests.unit._interceptor_test._unary_stream_multi_callable (channel)
 
def tests.unit._interceptor_test._unary_unary_multi_callable (channel)
 
def tests.unit._interceptor_test._wrap_request_iterator_stream_interceptor (wrapper)
 

Variables

 tests.unit._interceptor_test._DESERIALIZE_REQUEST = lambda bytestring: bytestring[len(bytestring) // 2:]
 
 tests.unit._interceptor_test._DESERIALIZE_RESPONSE = lambda bytestring: bytestring[:len(bytestring) // 3]
 
string tests.unit._interceptor_test._EXCEPTION_REQUEST = b'\x09\x0a'
 
int tests.unit._interceptor_test._SERIALIZE_REQUEST = lambda bytestring: bytestring * 2
 
int tests.unit._interceptor_test._SERIALIZE_RESPONSE = lambda bytestring: bytestring * 3
 
string tests.unit._interceptor_test._STREAM_STREAM = '/test/StreamStream'
 
string tests.unit._interceptor_test._STREAM_UNARY = '/test/StreamUnary'
 
string tests.unit._interceptor_test._UNARY_STREAM = '/test/UnaryStream'
 
string tests.unit._interceptor_test._UNARY_UNARY = '/test/UnaryUnary'
 
 tests.unit._interceptor_test.verbosity
 


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