|
__init__(self,
name,
createZipped=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
realName(self)
The full filename with appended .gz (if zipped) |
source code
|
|
|
baseName(self)
Returns the basic file name (without .gz) |
source code
|
|
|
|
|
|
|
readFile(self)
read the whole File into memory |
source code
|
|
|
|
|
|
|
parse(self,
cnt)
Parse a string that is to be the content, to be overriden by the
sub-classes |
source code
|
|
|
__str__(self)
Build a string from self.content, to be overriden by sub-classes |
source code
|
|
|
|
|
goTo(self,
l,
s,
out=None,
echoLast=False,
stop=None)
Read lines until a token is found |
source code
|
|
|
goMatch(self,
l,
exp,
out=None,
stop=None)
Read lines until a regular expression is matched |
source code
|
|
|
|
|
|
|
|
Inherited from Basics.Utilities.Utilities :
execute ,
listDirectory ,
writeDictionaryHeader
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|