| Package | Description |
|---|---|
| com.google.template.soy.pysrc.restricted |
| Modifier and Type | Method and Description |
|---|---|
PyStringExpr |
PyFunctionExprBuilder.asPyStringExpr()
Use when the output function is known to be a String in Python runtime.
|
PyStringExpr |
PyStringExpr.toPyString() |
PyStringExpr |
PyExpr.toPyString()
Convert the given type to a Python String expression.
|
PyStringExpr |
PyListExpr.toPyString() |