I am responsible for writing the state of a flow created by the
configuration assistant into XML. I will try my best write pretty XML
which can be editable by humans at a later point.
|
|
__init__(self,
flowName,
flowComponents,
atmosphereComponents)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from common.xmlwriter.XMLWriter:
getXML,
popTag,
pushTag,
writeLine,
writeTag
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|