def p_Entity2(self, t): 'Entity : NAME LSQUARE Where RSQUARE' t[0] = (t[1], symbols.whereValue(t[3]))
def p_Entity1(self, t): 'Entity : NAME' t[0] = (t[1], symbols.whereValue(lambda objs: True))