Home
last modified time | relevance | path

Searched refs:MonitorPythonEngine (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs26 public class MonitorPythonEngine : PythonEngine, IDisposable class
33 public MonitorPythonEngine(Monitor monitor) in MonitorPythonEngine() method in Antmicro.Renode.UserInterface.MonitorPythonEngine
DMonitor.cs88 pythonRunner = new MonitorPythonEngine(this); in Monitor()
1220 private readonly MonitorPythonEngine pythonRunner;