Home | Trees | Indices | Help |
|
---|
|
object --+ | Stores
A list of Stores. All stores are searched when looking for an implementation. When storing, we use the first of the system caches (if writable), or the user's cache otherwise.
Instance Methods | |||
|
|||
str |
|
||
str |
|
||
str | None |
|
||
|
|||
|
|||
Store |
|
||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Deprecated: use lookup_any instead |
Search for digest in all stores.
|
Like lookup_any, but return None if it isn't found.
Since: 0.53 |
Add to the best writable cache.
See Also: Store.add_dir_to_cache |
Add to the best writable cache.
See Also: Store.add_archive_to_cache |
The first system store is the one we try writing to first.
Since: 0.30 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |