[Ipython-tickets] [IPython] #154: t
IPython
ipython-tickets@scipy....
Thu Mar 6 12:47:20 CST 2008
#154: t
-------------------------+--------------------------------------------------
Reporter: pv | Owner: vivainio
Type: enhancement | Status: assigned
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by vivainio):
* summary: Automatic module reloading => t
Comment:
I suppose you didn't check out pre_prompt_hook?
It's available in the launchpad ipython branch (bzr).
def pre_prompt_hook(self):
""" Run before displaying the next prompt
Use this e.g. to display output from asynchronous operations (in order
to not mess up text entry)
"""
It seems like a great place to put this.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/154#comment:4>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list