Skip to content

Conversation

@iensen
Copy link

@iensen iensen commented Sep 8, 2014

In str() method of the class we should use self.expression() instead of self.expression; self.expression returns the method itself and does not execute it.

In __str__ method of the class we should use self.expression() instead of self.expression. The latter one returns the method itself and does not execute it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant