Ejemplo n.º 1
0
 def __and__(self, other):
     return object.__and__(self, other) if None in {self, other} else Node.conjunction(self, other)
Ejemplo n.º 2
0
def conjunction(*args):
    return Node.conjunction(*args)