Searched refs:_CLIENT (Results 1 – 2 of 2) sorted by relevance
33 _CLIENT = None variable37 global _CLIENT # pylint: disable=global-statement38 if _CLIENT is None:39 _CLIENT = storage.StorageV1()40 return _CLIENT
31 _CLIENT = None variable35 global _CLIENT # pylint: disable=global-statement36 if _CLIENT is None:37 _CLIENT = storage.StorageV1()38 return _CLIENT