| Trees | Indices | Help | 
 | 
|---|
|  | 
factory methods to build real storage objects that conform to base.py
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| support_xml = True | |||
| classes = Dictionary of file extensions and their associated class. | |||
| decompressclass =  | |||
| hiddenclasses = {"txt": _examine_txt} | |||
| 
 | |||
| 
 Guesses the type of a file object by looking at the first few characters. The return value is a file extention . | 
| 
 Factory that returns the applicable class for the type of file presented. Specify ignore to ignore some part at the back of the name (like .gz). | 
| 
 Factory that returns a usable object for the type of file presented. 
 | 
| 
 | |||
| classesDictionary of file extensions and their associated class. _ext is a pseudo extension, that is their is no real extension by that name. 
 | 
| decompressclass
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 26 12:49:26 2008 | http://epydoc.sourceforge.net |