Docstring
This commit is contained in:
parent
c7bddb6630
commit
2339945ea5
|
@ -48,6 +48,9 @@ class XternalAppsParametricTool():
|
||||||
self.createPropertiesFromXML(obj)
|
self.createPropertiesFromXML(obj)
|
||||||
|
|
||||||
def interpretXML(self):
|
def interpretXML(self):
|
||||||
|
"""Parse the self.Tool.XForms document, and return the parsed xml,
|
||||||
|
a dictionary types[path] = "type", and a dictionary
|
||||||
|
inputs[path] = (xml_input_element, xml_model_element, type)."""
|
||||||
types = {}
|
types = {}
|
||||||
modelInstance = {}
|
modelInstance = {}
|
||||||
inputs = {}
|
inputs = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user