doctests
This commit is contained in:
@@ -43,8 +43,8 @@ class Expression(object):
|
||||
def from_str(cls, string):
|
||||
""" Initiate the expression from a string
|
||||
|
||||
:param string: TODO
|
||||
:returns: TODO
|
||||
:param string: String to parse to generate the Expression
|
||||
:returns: the expression
|
||||
|
||||
"""
|
||||
t = Tree.from_str(string)
|
||||
|
Reference in New Issue
Block a user