Home
last modified time | relevance | path

Searched refs:grpc_call_options (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_beta_features_test.py189 call_options = interfaces.grpc_call_options(
206 call_options = interfaces.grpc_call_options(
223 call_options = interfaces.grpc_call_options(
246 call_options = interfaces.grpc_call_options(
320 call_options = interfaces.grpc_call_options(
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dinterfaces.py43 def grpc_call_options(disable_compression=False, credentials=None): function
D_client_adaptations.py46 def _credentials(grpc_call_options): argument
47 return None if grpc_call_options is None else grpc_call_options.credentials