| Home | Trees | Indices | Help |
|
|---|
|
|
Code for managing the implementation cache.
| Submodules | |
| |
| Classes | |
|
BadDigest Thrown if a digest is invalid (either syntactically or cryptographically). |
|
|
NotStored Throws if a requested implementation isn't in the cache. |
|
|
NonwritableStore Attempt to add to a non-writable store directory. |
|
|
Store A directory for storing implementations. |
|
|
Stores A list of Stores. |
|
| Functions | |||
| (str, str) |
|
||
| str |
|
||
| Function Details |
Break apart an algorithm/digest into in a tuple. Old algorithms use '=' as the separator, while newer ones use '_'.
Since: 1.10 |
The opposite of parse_algorithm_digest_pair. The result is suitable for use as a directory name (does not contain '/' characters).
Since: 1.10 |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |