def get()

in archive/preprocess/clospan.py [0:0]


	def get(self, key):
		h = self.hashtable
		if key in h and len(h[key]) > 0:
			return h[key]
		else:
			return None