Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_credentials_test.py28 first_and_second = grpc.composite_call_credentials(first, second)
29 first_second_and_third = grpc.composite_call_credentials(
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py62 composite_call_credentials = grpc.composite_call_credentials variable
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1433 def composite_call_credentials(*call_credentials): function