readerlib
index
c:\python32\lib\readerlib\__init__.py

----------------------------------------------
|readerlib package   v1.0                      |
|Development Year:-  2012                      |
|Author:-            Akinyemi Victor           |
|Email:-             Victor8334@ovi.com        |
 ----------------------------------------------

 
Package Contents
       
config32
main

 
Classes
       
builtins.object
Configure
Help

 
class Configure(builtins.object)
     Methods defined here:
__init__(self, newparser=None, **kwargs)
change the parser config, newparser must be defined
checkLog(self)
check the log if it is empty or not
printLog(self, file=None, **kwargs)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Help(builtins.object)
     Methods defined here:
__init__(self)
showHelp(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
read(file=None, lines=-1, case='lower')
The function to read the file contents, inherits main.Main class

 
Data
        __all__ = ['read', 'Configure', 'Help']