Exemplo n.º 1
0
def found(tokenToCheck):
	if Token.equalType(token, tokenToCheck):
		return True
	return False