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 e82691c commit 3a5faa8Copy full SHA for 3a5faa8
binexport/operand.py
@@ -142,4 +142,4 @@ def expressions(self) -> List[ExpressionBinExport]:
142
The list is cached by default, to erase the cache delete the attribute
143
"""
144
145
- return self.expressions
+ return self.uncached_expressions
0 commit comments