def cache(self):
if self._cache is None:
podcache = self.pod.podcache
ident = 'ext-google-cloud-images'
self._cache = podcache.get_object_cache(ident, write_to_file=True)
return self._cache
google_cloud_images.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录