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