Searched refs:TryExecutePythonScript (Results 1 – 2 of 2) sorted by relevance
119 public bool TryExecutePythonScript(ReadFilePath fileName, ICommandInteraction writer) in TryExecutePythonScript() method in Antmicro.Renode.UserInterface.MonitorPythonEngine
214 …udeCommand = new IncludeFileCommand(this, (x, y) => pythonRunner.TryExecutePythonScript(x, y), x =… in InitCommands()