Home
last modified time | relevance | path

Searched defs:variables (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs149 private Dictionary<string, object> variables; field in Antmicro.Renode.Core.PythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs1160 private readonly Dictionary<string, Token> variables = new Dictionary<string, Token>(); field in Antmicro.Renode.UserInterface.Monitor