Classes | |
| class | _ApplicationErrorStandin |
| class | _Callback |
| class | _ClientCallDetails |
| class | _DefectiveClientInterceptor |
| class | _GenericClientInterceptor |
| class | _GenericHandler |
| class | _GenericServerInterceptor |
| class | _Handler |
| class | _LoggingInterceptor |
| class | _MethodHandler |
| class | InterceptorTest |
Variables | |
| _DESERIALIZE_REQUEST = lambda bytestring: bytestring[len(bytestring) // 2:] | |
| _DESERIALIZE_RESPONSE = lambda bytestring: bytestring[:len(bytestring) // 3] | |
| string | _EXCEPTION_REQUEST = b'\x09\x0a' |
| int | _SERIALIZE_REQUEST = lambda bytestring: bytestring * 2 |
| int | _SERIALIZE_RESPONSE = lambda bytestring: bytestring * 3 |
| string | _STREAM_STREAM = '/test/StreamStream' |
| string | _STREAM_UNARY = '/test/StreamUnary' |
| string | _UNARY_STREAM = '/test/UnaryStream' |
| string | _UNARY_UNARY = '/test/UnaryUnary' |
| verbosity | |
|
private |
Definition at line 303 of file _interceptor_test.py.
|
private |
Definition at line 331 of file _interceptor_test.py.
|
private |
Definition at line 186 of file _interceptor_test.py.
|
private |
Definition at line 180 of file _interceptor_test.py.
|
private |
Definition at line 174 of file _interceptor_test.py.
|
private |
Definition at line 170 of file _interceptor_test.py.
|
private |
Definition at line 291 of file _interceptor_test.py.
|
private |
Definition at line 32 of file _interceptor_test.py.
|
private |
Definition at line 34 of file _interceptor_test.py.
|
private |
Definition at line 36 of file _interceptor_test.py.
|
private |
Definition at line 31 of file _interceptor_test.py.
|
private |
Definition at line 33 of file _interceptor_test.py.
|
private |
Definition at line 41 of file _interceptor_test.py.
|
private |
Definition at line 40 of file _interceptor_test.py.
|
private |
Definition at line 39 of file _interceptor_test.py.
|
private |
Definition at line 38 of file _interceptor_test.py.
| tests.unit._interceptor_test.verbosity |
Definition at line 708 of file _interceptor_test.py.