| dircache | index /usr/lib/python1.6/dircache.py |
Read and cache directory listings.
The listdir() routine returns a sorted list of the files in a directory,
using a cache to avoid reading the directory more often than necessary.
The annotate() routine appends slashes to directories.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __file__ = '/usr/lib/python1.6/dircache.pyc' __name__ = 'dircache' cache = {} | ||