Docstring

This commit is contained in:
Suzanne Soy 2021-03-06 02:27:49 +00:00
parent c7bddb6630
commit 2339945ea5

View File

@ -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 = {}