Interface ICodeTracer
- All Known Subinterfaces:
ICodeTraceFilter
public interface ICodeTracer
Interface for execution tracing in Python.
This object is the link between Eclipse and the Python implementation.
-
Method Summary
-
Method Details
-
run
Runs the given script via the code tracer in Python.- Parameters:
script
- Script to be run via code tracer.filename
- Filename for script.
-