Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs119 public bool TryExecutePythonScript(ReadFilePath fileName, ICommandInteraction writer) in TryExecutePythonScript() method in Antmicro.Renode.UserInterface.MonitorPythonEngine
DMonitor.cs214 …udeCommand = new IncludeFileCommand(this, (x, y) => pythonRunner.TryExecutePythonScript(x, y), x =… in InitCommands()