def treesum(self): ''' Value used to check tree equivalence ''' return checksum(self.summable)
def hash(self): return hasher.checksum(self.proto())