Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs26 protected override string[] ReservedVariables property in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine
28 …get { return base.ReservedVariables.Union(PeripheralPythonEngine.InnerReservedVariables).ToArray()…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs59 protected virtual string[] ReservedVariables property in Antmicro.Renode.Core.PythonEngine
115 var variablesToSerialize = Scope.GetVariableNames().Except(ReservedVariables); in BeforeSerialization()