class documentation

Undocumented

Method invert_condition Invert the condition of this node. wrap the node in `not()`
Method wrap_bool Undocumented
@lru_cache(maxsize=None)
def invert_condition(self): (source)

Invert the condition of this node. wrap the node in `not()`

def wrap_bool(self): (source)

Undocumented