Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs26 private static readonly ScriptEngine _Engine = Python.CreateEngine();
27 protected ScriptEngine Engine { get { return PythonEngine._Engine; } }
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs58 …public PeripheralPythonEngine(PythonPeripheral peripheral, Func<ScriptEngine, ScriptSource> source… in PeripheralPythonEngine() argument