Parameterfile whose complete representation is read into memory, can
be manipulated and afterwards written to disk
|
__init__(self,
name,
backup=False,
debug=False,
boundaryDict=False,
listDict=False,
listDictWithHeader=False,
listLengthUnparsed=None,
noHeader=False,
noBody=False,
doMacroExpansion=False,
dontRead=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__str__(self)
Generates a string from the contents in memory Used to be called
makeString |
source code
|
|
Inherited from FileBasis.FileBasisBackup :
restore
Inherited from FileBasis.FileBasis :
baseName ,
closeFile ,
copyRest ,
goMatch ,
goTo ,
makeTemp ,
openFile ,
purgeFile ,
readFile ,
realName ,
writeFile ,
writeFileAs
Inherited from Basics.Utilities.Utilities :
execute ,
listDirectory ,
writeDictionaryHeader
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|