Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs21 public static void ExecutePython(this IMachine machine, string script) in ExecutePython() method in Antmicro.Renode.UserInterface.MonitorExecutorExtensions
29 machine.ExecutePython(ReadScriptFromFile(filePath)); in ExecutePythonFromFile()