Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs166 public string[] GetPythonCommands(string prefix = "mc_", bool trimPrefix = true) in GetPythonCommands() method in Antmicro.Renode.UserInterface.MonitorPythonEngine
DMonitor.cs1031 sugg.AddRange(pythonRunner.GetPythonCommands()); in SuggestCommands()
DMonitorCommands.cs247 foreach(var command in pythonRunner.GetPythonCommands()) in PrintPython()