Example #1
0
	def get_num_dots(self):
		'''Return the number of dots on the token for this hex.'''
		
		if self._n is None:
			return 0
		else:
			return CatanUtils.get_num_token_dots(self._n)