示例#1
0
def htmlines(file):
    return htmlhash(tostring(htmlprep(file)))
示例#2
0
文件: mappers.py 项目: lcrees/psilib
 def tostring(self):
     '''Returns a string version of the PSI map in XML'''
     from psiutils import tostring
     return tostring(self._doc)