| Home | Trees | Indices | Help |
|---|
|
|
File and directory manipulation.
|
|||
|
disk_double_buffer A simple disk double-buffer. |
|||
|
|||
|
|||
| str |
|
||
|
|||
| bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
invalid_filename_chars = The characters which are usually prohibited on most modern file systems. |
|||
invalid_filename_chars_regex = A regex character class constructed from invalid_filename_chars. |
|||
HIGHEST_PROTOCOL = 2
|
|||
__package__ =
|
|||
compatible_formats =
|
|||
format_version =
|
|||
|
|||
Emulate
|
Get a temporary directory without polluting top-level /tmp. This follows Ubuntu's conventions, choosing a temporary directory name based on the given name plus the user name to avoid user conflicts.
|
Replaces all problematic characters in a filename with
|
Maintain a version object. This is useful for working with versioned caches.
|
If fresh_version is newer than the version in version_path, then invoke cache_func and cache the result in cache_path (using pickle). Note the design flaw with versioned_guard: the updated version value is stored immediately, rather than after updating the cache.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:13 2010 | http://epydoc.sourceforge.net |