docstring of __str__ in Expression
This commit is contained in:
parent
a4a58f05a0
commit
cd6e8c5ca3
|
@ -65,7 +65,7 @@ class Expression(object):
|
|||
def __str__(self):
|
||||
"""
|
||||
Overload str
|
||||
If you want to changer render set Expression.RENDER
|
||||
If you want to changer render use Expression.set_render(...)
|
||||
"""
|
||||
return self.STR_RENDER(self.postfix_tokens)
|
||||
|
||||
|
|
Loading…
Reference in New Issue