Searched defs:variables (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ | ||
| D | PythonEngine.cs | 149 private Dictionary<string, object> variables; field in Antmicro.Renode.Core.PythonEngine |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ | ||
| D | Monitor.cs | 1160 private readonly Dictionary<string, Token> variables = new Dictionary<string, Token>(); field in Antmicro.Renode.UserInterface.Monitor |