[IronPython] Executing a python source from C#
Keith J. Farmer
kfarmer at thuban.org
Fri Apr 29 10:35:01 PDT 2005
What happens if we send in a partial block, as might happen when creating an embeddable console?
string stmt = "for i in range(6):";
engine.Execute(stmt);
Or is it expected that we ensure that such things don't happen?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3183 bytes
Desc: not available
Url : http://listserver.dreamhost.com/pipermail/users-ironpython.com/attachments/20050429/0386cd02/attachment.bin
More information about the users-ironpython.com
mailing list