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