Home | Trees | Indices | Help |
|
---|
|
factory methods to build real storage objects that conform to base.py
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list |
|
|
|||
decompressclass =
|
|||
classes_str =
Dictionary of file extensions and the names of their associated class. |
|||
hiddenclasses = hiddenclasses
|
|||
supported =
|
Imports: os
|
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.
|
Returns data about all supported files
|
|
decompressclass
|
classes_strDictionary of file extensions and the names of their associated class. Used for dynamic lazy loading of modules. _ext is a pseudo extension, that is their is no real extension by that name.
|
supported
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 19 17:46:53 2011 | http://epydoc.sourceforge.net |