Esempio n. 1
0
 public DynPythonEngine()
 {
     _engine = Python.CreateEngine();
 }
Esempio n. 2
0
 public DecodesPythonEngine()
 {
     _engine = Python.CreateEngine();
 }