Searched refs:boolops (Results 1 – 1 of 1) sorted by relevance
460 boolops = {ast.And: 'and', ast.Or: 'or'} variable in Unparser463 s = " %s " % self.boolops[t.op.__class__]