Home
last modified time | relevance | path

Searched refs:_SERVER_ADDR_TEMPLATE (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/examples/python/auth/test/
D_auth_example_test.py27 _SERVER_ADDR_TEMPLATE = 'localhost:%d' variable
35 _SERVER_ADDR_TEMPLATE % port) as channel:
41 with grpc.insecure_channel(_SERVER_ADDR_TEMPLATE % port) as channel:
49 with grpc.secure_channel(_SERVER_ADDR_TEMPLATE % port,
/third_party/grpc/examples/python/auth/
Dcustomized_auth_client.py32 _SERVER_ADDR_TEMPLATE = 'localhost:%d' variable
96 with create_client_channel(_SERVER_ADDR_TEMPLATE % args.port) as channel: