|
__init__(self,
name,
backup=False,
debug=False,
boundaryDict=False,
listDict=False,
listDictWithHeader=False,
listLengthUnparsed=None,
noHeader=False,
noBody=False,
doMacroExpansion=False,
dontRead=False,
createZipped=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
Inherited from FileBasis.FileBasisBackup :
restore
Inherited from FileBasis.FileBasis :
baseName ,
closeFile ,
copyRest ,
getCaseDir ,
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__
|