public interface PythonCompiler
Modifier and Type | Method and Description |
---|---|
PythonCodeBundle |
compile(org.python.antlr.base.mod node,
String name,
String filename,
boolean linenumbers,
boolean printResults,
CompilerFlags cflags) |
PythonCodeBundle compile(org.python.antlr.base.mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags) throws Exception
Exception