class documentation

Undocumented

Method __and__ Undocumented
Method __bool__ Undocumented
Method __eq__ Undocumented
Method __invert__ Undocumented
Method __or__ Undocumented
Method __repr__ Undocumented
Method identical Undocumented
Method union Undocumented
Class Variable cardinality Undocumented
Property value Undocumented

Inherited from BoolResult:

Static Method has_false Undocumented
Static Method has_true Undocumented
Static Method is_false Undocumented
Static Method is_maybe Undocumented
Static Method is_true Undocumented
Method __init__ Undocumented
Method __len__ Undocumented
Method size Undocumented
Instance Variable _args Undocumented
Instance Variable _op Undocumented

Inherited from BackendObject (via BoolResult):

Method to_claripy Claripy calls this to retrieve something that it can directly reason about.
Class Variable __slots__ Undocumented
def __and__(self, other): (source)
def __bool__(self): (source)

Undocumented

def __eq__(self, other): (source)
def __invert__(self): (source)
def __or__(self, other): (source)
def __repr__(self): (source)

Undocumented

def identical(self, other): (source)
def union(self, other): (source)
cardinality: int = (source)

Undocumented