[IPython-User] print "autocall" in Python 3
Thomas Kluyver
takowl@gmail....
Mon Feb 25 17:27:23 CST 2013
On 25 February 2013 23:01, Aaron Meurer <asmeurer@gmail.com> wrote:
> Oh, I guess I misunderstood the API. What is the proper way to do that?
Off the top of my head, something like:
builtins.print(ip.ev(line))
If you want it to handle multiple arguments, you'll need a bit more code to
deal with that.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20130225/44eeeadc/attachment.html
More information about the IPython-User
mailing list