Exemplo n.º 1
0
def htmlines(file):
    return htmlhash(tostring(htmlprep(file)))
Exemplo n.º 2
0
 def tostring(self):
     '''Returns a string version of the PSI map in XML'''
     from psiutils import tostring
     return tostring(self._doc)