Searched refs:ExecutePython (Results 1 – 1 of 1) sorted by relevance
21 public static void ExecutePython(this IMachine machine, string script) in ExecutePython() method in Antmicro.Renode.UserInterface.MonitorExecutorExtensions29 machine.ExecutePython(ReadScriptFromFile(filePath)); in ExecutePythonFromFile()