Searched refs:PythonExecuteCommand (Results 1 – 2 of 2) sorted by relevance
15 public class PythonExecuteCommand : Command class48 …public PythonExecuteCommand(Monitor monitor, Func<VariableToken, Token> getVariable, Action<String… in PythonExecuteCommand() method in Antmicro.Renode.UserInterface.Commands.PythonExecuteCommand
238 …Commands.Add(new PythonExecuteCommand(this, x => ExpandVariable(x, variables), (x, y) => pythonRun… in InitCommands()