HomeSort by relevance Sort by last modified time
    Searched refs:_storage_class (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 630 _storage_class=StorageByKeyName,
659 _storage_class: "Protected" keyword argument not typically provided to
688 self._storage_class = _storage_class
724 self.credentials = self._storage_class(
790 self.credentials = self._storage_class(
876 decorator._storage_class(
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 119 self._storage_class = None
197 if self._storage_class is None and self.bucket:
200 if len(list_items) and getattr(list_items[0], '_storage_class',
202 self._storage_class = list_items[0]._storage_class
205 self._storage_class = 'STANDARD'
207 return self._storage_class
210 self._storage_class = value
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 1850 milliseconds