예제 #1
0
파일: tree.py 프로젝트: adajw/ConcurrenTree
	def treesum(self):
		''' Value used to check tree equivalence '''
		return checksum(self.summable)
예제 #2
0
 def hash(self):
     return hasher.checksum(self.proto())