示例#1
0
 def __hash__(self):
     v = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return v
示例#2
0
文件: libxslt.py 项目: flosnaphq/MAMP
 def __hash__(self):
     v = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return v
示例#3
0
 def stylesheetHashCode(self):
     """Get the hash code of the stylesheet"""
     ret = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return ret
示例#4
0
文件: libxslt.py 项目: flosnaphq/MAMP
 def stylesheetHashCode(self):
     """Get the hash code of the stylesheet"""
     ret = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return ret