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

    Modifier and Type Method Description
    Object run​(Script script, String filename)
    Runs the given script via the code tracer in Python.
  • Method Details

    • run

      Object run​(Script script, String filename)
      Runs the given script via the code tracer in Python.
      Parameters:
      script - Script to be run via code tracer.
      filename - Filename for script.