Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs40 private void InitScope(ScriptSource script) in InitScope() method in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine
55 InitScope(Engine.CreateScriptSourceFromString(Aggregate(Imports))); in PeripheralPythonEngine()
61 InitScope(sourceGenerator(Engine)); in PeripheralPythonEngine()
86 InitScope(Engine.CreateScriptSourceFromString(codeContent)); in Init()