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