Home | Trees | Indices | Help |
|
---|
|
This module contains FileEntry class which is used to retrieve entries from a file system. Since pulling data from the file system and parsing it is expensive (especially when you have 100s of entries) we delay fetching data until it's demanded.
The FileEntry calls EntryBase methods addToCache and getFromCache to handle caching.
|
|||
FileEntry This class gets it's data and metadata from the file specified by the filename argument. |
|
|||
__revision__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jul 2 15:07:10 2007 | http://epydoc.sourceforge.net |