Exemple #1
0
def expression_from_string(*args):
    return _codac.expression_from_string(*args)
Exemple #2
0
def expression_from_string(exprstring):
    return _codac.expression_from_string(exprstring)
Exemple #3
0
def expression_from_string(*args):
  return _codac.expression_from_string(*args)