[IPython-dev] Extensions/pydb_ipy.py added

R. Bernstein rocky at panix.com
Sat Oct 28 05:26:42 EDT 2006


Ville M. Vainio writes:
 > I've now added pydb_ipy.py in Extensions, importing of which creates a
 > new %pydb magic:

Again - thanks! But, er, isn't the name ipy_pydb.py? (That's what I
see at revision 1849).

And given that the same thing is to be done for post_mortem, It might
be neater to write a generic history-wrapping routine sort of as was
done to wrap pydb routines and but add their docstrings.

By the way, pydb.runl(*argl) is in fact the same thing as
pydb.runv(argl) and I think the latter just more straightforward.



More information about the IPython-dev mailing list