class documentation

Undocumented

Method __add__ Undocumented
Method __and__ Undocumented
Method __eq__ Undocumented
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __invert__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method __mod__ Undocumented
Method __mul__ Undocumented
Method __ne__ Undocumented
Method __neg__ Undocumented
Method __or__ Undocumented
Method __radd__ Undocumented
Method __repr__ Undocumented
Method __rmul__ Undocumented
Method __rsub__ Undocumented
Method __rtruediv__ Undocumented
Method __sub__ Undocumented
Method __truediv__ Undocumented
Static Method __expand_exprs Undocumented
def __add__(self, other):

Undocumented

def __and__(self, other):

Undocumented

def __eq__(self, other):

Undocumented

def __ge__(self, other):

Undocumented

def __gt__(self, other):

Undocumented

def __hash__(self):

Undocumented

def __invert__(self):

Undocumented

def __le__(self, other):

Undocumented

def __lt__(self, other):

Undocumented

def __mod__(self, other):

Undocumented

def __mul__(self, other):

Undocumented

def __ne__(self, other):

Undocumented

def __neg__(self):

Undocumented

def __or__(self, other):

Undocumented

def __radd__(self, other):

Undocumented

def __repr__(self):

Undocumented

def __rmul__(self, other):

Undocumented

def __rsub__(self, other):

Undocumented

def __rtruediv__(self, other):

Undocumented

def __sub__(self, other):

Undocumented

def __truediv__(self, other):

Undocumented

@staticmethod
def __expand_exprs(op: BoolOp, node: PredicateNode) -> list[PredicateNode]:

Undocumented