We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff618d6 commit 67c4c72Copy full SHA for 67c4c72
claripy/backends/backend_vsa/strided_interval.py
@@ -165,6 +165,7 @@ def _lossless_reverse(a):
165
# set it to False to allow easy implementation of test cases.
166
_allow_dsis_flag = False
167
168
+
169
@contextlib.contextmanager
170
def _allow_dsis(flag):
171
global _allow_dsis_flag
@@ -177,6 +178,7 @@ def _allow_dsis(flag):
177
178
_allow_dsis_flag = saved
179
claripy.backends.vsa.downsize()
180
181
182
class StridedInterval(BackendObject, metaclass=ABCMeta):
183
"""
184
A Strided Interval is represented in the following form::
0 commit comments