コード例 #1
0
ファイル: xml_parser.py プロジェクト: lemma-osu/pynnmap
    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)
コード例 #2
0
 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)
コード例 #3
0
 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)