| statcache | index /usr/local/lib/python2.4/statcache.py Module Docs |
Maintain a cache of stat() information on files.
There are functions to reset the cache or to selectively remove items.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['stat', 'reset', 'forget', 'forget_prefix', 'forget_dir', 'forget_except_prefix', 'isdir'] __warningregistry__ = {('The statcache module is obsolete. Use os.stat() instead.', <class exceptions.DeprecationWarning>, 8): 1} | ||