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