| Trees | Indices | Help |
|
|---|
|
|
|
|||
| LoaderError | |||
| DataLoader | |||
|
EnvLoader Class to access data in the environment |
|||
|
TestTextLoader You give it some data, it 'loads' it for you, no filesystem access |
|||
|
FileLoader Class to access data in files |
|||
|
ItemFileLoader Class to load data from a file full of items one per line |
|||
|
KeyListFileLoader Class to load data from a file full of key [list] tuples |
|||
|
KeyValuePairFileLoader Class to load data from a file full of key=value pairs |
|||
|
|||
| list |
|
||
|
|||
__package__ =
|
|||
Imports: errno, io, stat, os, _encodings, _unicode_decode, _unicode_encode, _
|
|||
If filename is of type file, return a generate that yields filename else if filename is of type directory, return a generator that fields files in that directory. Ignore files beginning with . or ending in ~. Prune CVS directories.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 18 16:59:26 2013 | http://epydoc.sourceforge.net |