Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DIncludeFileCommand.cs47 result = PythonExecutor(path, writer); in Run()
66 private readonly Func<string, ICommandInteraction, bool> PythonExecutor; field in Antmicro.Renode.UserInterface.Commands.IncludeFileCommand
72 this.PythonExecutor = pythonExecutor; in IncludeFileCommand()