ct value = engine.Evaluate("item == None");
}
Also, could you please explain what exactly are the differences between
the two modes.
Szymon Kobalczyk.
PS: Just found that it also doesn't work for the "str" builtin function
but didn't have time to try others.
___
engine = new PythonEngine();
engine.SetVariable("item", null);
object value = engine.Evaluate("item == None");
}
Also, could you please explain what exactly are the differences between
the two modes.
Szymon Kobalczyk.
__
imental" and if it is safe to use it?
Regards,
Szymon Kobalczyk.
___
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com