Searched refs:ScriptEngine (Results 1 – 2 of 2) sorted by relevance
26 private static readonly ScriptEngine _Engine = Python.CreateEngine();27 protected ScriptEngine Engine { get { return PythonEngine._Engine; } }
58 …public PeripheralPythonEngine(PythonPeripheral peripheral, Func<ScriptEngine, ScriptSource> source… in PeripheralPythonEngine() argument