| 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,
ErrorReporter errorReporter)
Generates Python source files given a Soy parse tree, an options object, and information on
where to put the output files.
|