module documentation

Undocumented

Function set_debug Enable or disable the debug mode. In debug mode, a bunch of extra checks in claripy will be executed. You'll want to disable debug mode if you are running performance critical code.
Constant _DEBUG Undocumented
def set_debug(enabled): (source)

Enable or disable the debug mode. In debug mode, a bunch of extra checks in claripy will be executed. You'll want to disable debug mode if you are running performance critical code.

Undocumented

Value
True