Searched refs:GetPythonCommands (Results 1 – 3 of 3) sorted by relevance
166 public string[] GetPythonCommands(string prefix = "mc_", bool trimPrefix = true) in GetPythonCommands() method in Antmicro.Renode.UserInterface.MonitorPythonEngine
1031 sugg.AddRange(pythonRunner.GetPythonCommands()); in SuggestCommands()
247 foreach(var command in pythonRunner.GetPythonCommands()) in PrintPython()