Beispiel #1
0
 def __hash__(self):
     v = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return v
Beispiel #2
0
 def __hash__(self):
     v = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return v
Beispiel #3
0
 def stylesheetHashCode(self):
     """Get the hash code of the stylesheet"""
     ret = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return ret
Beispiel #4
0
 def stylesheetHashCode(self):
     """Get the hash code of the stylesheet"""
     ret = libxsltmod.xsltGetStylesheetHashCode(self._o)
     return ret