| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.pysrc |
Python Source backend.
|
| com.google.template.soy.pysrc.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
SoyFileSet.compileToPySrcFiles(String outputPathFormat,
String inputFilePathPrefix,
SoyPySrcOptions pySrcOptions)
Compiles this Soy file set into Python source code files and writes these Python files to
disk.
|
| Modifier and Type | Method and Description |
|---|---|
SoyPySrcOptions |
SoyPySrcOptions.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PySrcMain.genPyFiles(SoyFileSetNode soyTree,
TemplateRegistry templateRegistry,
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.
|
List<String> |
PySrcMain.genPySrc(SoyFileSetNode soyTree,
TemplateRegistry templateRegistry,
SoyPySrcOptions pySrcOptions,
com.google.common.collect.ImmutableMap<String,String> currentManifest,
ErrorReporter errorReporter)
Generates Python source code given a Soy parse tree and an options object.
|