def __repr__(self): """ Return a string representation of the this XML file starting at the root Parameters ---------- None Returns ------- return_str: str Pretty printed representation of XML tree """ return utilities.pretty_print(self.root)
def __repr__(self): """ Return a string representation of the model parameter file Need to figure out how to do this... """ return utilities.pretty_print(self.root)