|
__init__(self,
args=None)
|
|
addOptions(self)
Add options to the parser
|
|
run(self)
Run the real application
|
|
dictString(self,
path,
name)
|
|
iterString(self,
path,
index)
|
|
compare(self,
src,
dst,
depth,
name)
|
|
compareField(self,
src,
dst,
depth,
name)
|
|
comparePrimitive(self,
src,
dst,
depth,
name)
|
|
compareIterable(self,
src,
dst,
depth,
name)
|
|
compareDict(self,
src,
dst,
depth,
name)
|
Inherited from PyFoamApplication.PyFoamApplication :
error
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|