Example #1
0
 def hash(self):
     return hashhelper.data_hash( hashhelper.source_hash(self.__class__),
                                  self.param_hash() )
Example #2
0
 def __init__(self, method):
     self._method = method
     self._param_hash = hashhelper.source_hash(method)