Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Dappengine.py535 _storage_class=StorageByKeyName, argument
603 self._storage_class = _storage_class
641 self.credentials = self._storage_class(
707 self.credentials = self._storage_class(
793 decorator._storage_class(
/external/clang/bindings/python/clang/
Dcindex.py1332 self._storage_class = conf.lib.clang_Cursor_getStorageClass(self)
1334 return StorageClass.from_id(self._storage_class)