Ejemplo n.º 1
0
    def tofile(self, filePath, pretty=True):
        """
        Exports the eaf object to a file with or without pretty printing<br />
<br />
        filePath -- The output file path - for stdout<br />
        pretty   -- Flag for pretty indented output"""
        EafIO.toEaf(filePath, self)
Ejemplo n.º 2
0
    def tofile(self, filePath, pretty=True):
        """
        Exports the eaf object to a file with or without pretty printing<br />
<br />
        filePath -- The output file path - for stdout<br />
        pretty   -- Flag for pretty indented output"""
        EafIO.toEaf(filePath, self)