class documentation

This is a base class for custom backend objects to implement. It lets Claripy know that how to deal with those objects, in case they're directly used in operations. Backend objects that *don't* derive from this class need to be wrapped in a type-I claripy.ast.Base.

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

Claripy calls this to retrieve something that it can directly reason about.

__slots__: tuple = (source)

Undocumented