Home
last modified time | relevance | path

Searched refs:protocol_context (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_beta_features_test.py52 self._peer = context.protocol_context().peer()
54 context.protocol_context().disable_next_response_compression()
62 self._peer = context.protocol_context().peer()
64 context.protocol_context().disable_next_response_compression()
74 self._peer = context.protocol_context().peer()
76 context.protocol_context().disable_next_response_compression()
84 self._peer = context.protocol_context().peer()
85 context.protocol_context().disable_next_response_compression()
230 response_future.protocol_context().disable_next_request_compression()
232 response_future.protocol_context().disable_next_request_compression()
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py180 def context(self, protocol_context): argument
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py185 def protocol_context(self): member in RpcContext
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py65 def protocol_context(self): member in _FaceServicerContext
D_client_adaptations.py156 def protocol_context(self): member in _Rendezvous