Home
last modified time | relevance | path

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

/external/python/apitools/samples/storage_sample/
Duploads_test.py33 _CLIENT = None variable
37 global _CLIENT # pylint: disable=global-statement
38 if _CLIENT is None:
39 _CLIENT = storage.StorageV1()
40 return _CLIENT
Ddownloads_test.py31 _CLIENT = None variable
35 global _CLIENT # pylint: disable=global-statement
36 if _CLIENT is None:
37 _CLIENT = storage.StorageV1()
38 return _CLIENT