public interface ICodeTracer
Modifier and Type | Method and Description |
---|---|
void |
run(Script script,
java.lang.String filename)
Runs the given script via the code tracer in Python.
|
void run(Script script, java.lang.String filename)
script
- Script to be run via code tracer.filename
- Filename for script.