Skip to content

Commit 8e0797d

Browse files
committed
Add comment
1 parent d46eea1 commit 8e0797d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manticore/core/smtlib/visitors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def _method(self, expression, *operands):
125125
return self._rebuild(expression, operands)
126126

127127
def _changed(self, expression: Expression, operands):
128+
# False if no operands
128129
changed = any(x is not y for x, y in zip(expression.operands, operands))
129130
return changed
130131

0 commit comments

Comments
 (0)