예제 #1
0
파일: htmlutils.py 프로젝트: lcrees/psilib
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)