Home
last modified time | relevance | path

Searched defs:client_class (Results 1 – 2 of 2) sorted by relevance

/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py113 def test_operations_client_from_service_account_info(client_class): argument
149 def test_operations_client_from_service_account_file(client_class): argument
187 client_class, transport_class, transport_name argument
294 client_class, transport_class, transport_name, use_client_cert_env argument
399 client_class, transport_class, transport_name argument
423 client_class, transport_class, transport_name argument
/external/python/apitools/apitools/base/py/testing/
Dmock.py309 def __init__(self, client_class, real_client=None): argument