Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonDictionarySurrogate.cs18 internalDictionary = new Dictionary<object, object>(dictionary); in PythonDictionarySurrogate()
24 foreach(var item in internalDictionary) in Restore()
31 private readonly Dictionary<object, object> internalDictionary; field in Antmicro.Renode.Peripherals.Python.PythonDictionarySurrogate