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__]
1395 boolops = {"And": "and", "Or": "or"} variable in _Unparser1399 operator = self.boolops[node.op.__class__.__name__]