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