361362363364365366367
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T python(String text) { return expression(new PythonExpression(text)); }
359360361362363364365
354355356357358359360
372373374375376377378
357358359360361362363
400401402403404405406
401402403404405406407
373374375376377378379