def __hash__(self): v = libxsltmod.xsltGetStylesheetHashCode(self._o) return v
def stylesheetHashCode(self): """Get the hash code of the stylesheet""" ret = libxsltmod.xsltGetStylesheetHashCode(self._o) return ret