| Package | Description |
|---|---|
| com.google.template.soy.pysrc |
Python Source backend.
|
| com.google.template.soy.pysrc.internal |
| Modifier and Type | Method and Description |
|---|---|
SoyPySrcOptions |
SoyPySrcOptions.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PySrcMain.genPyFiles(SoyFileSetNode soyTree,
SoyPySrcOptions pySrcOptions,
String outputPathFormat,
String inputPathsPrefix)
Generates Python source files given a Soy parse tree, an options object, and information on
where to put the output files.
|
List<String> |
PySrcMain.genPySrc(SoyFileSetNode soyTree,
SoyPySrcOptions pySrcOptions)
Generates Python source code given a Soy parse tree and an options object.
|