Add compute_exp in simplified
This commit is contained in:
parent
1729ef1d24
commit
981c8db0e5
@ -110,6 +110,7 @@ class Expression(object):
|
|||||||
|
|
||||||
def simplified(self):
|
def simplified(self):
|
||||||
""" Get the simplified version of the expression """
|
""" Get the simplified version of the expression """
|
||||||
|
self.compute_exp()
|
||||||
try:
|
try:
|
||||||
return self.child.simplified()
|
return self.child.simplified()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
Loading…
Reference in New Issue
Block a user