Package Pyblosxom :: Package entries :: Module fileentry
[show private | hide private]
[frames | no frames]

Module Pyblosxom.entries.fileentry

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.
Classes
FileEntry This class gets it's data and metadata from the file specified by the filename argument.

Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 http://epydoc.sf.net