##// END OF EJS Templates
Merge pull request #1535 from doerwalter/master...
Merge pull request #1535 from doerwalter/master Fix pretty printing dispatch. This patch fixes a problem mentioned here: http://mail.scipy.org/pipermail/ipython-dev/2012-March/008874.html Search for the best method to use for pretty printing an object now no longer prefers any registered printer in `type_printers` for the class or any of the base classes over a `_repr_pretty_` method defined in the class or any of its base classes. Instead the mro is walked, looking for both registered printers and `_repr_pretty_` methods, so that the inheritance hierarchy will be taken into account.
Fernando Perez -
r6483:81039be0 merge
Show More
Name Size Modified Last Commit Author
/ docs / examples / parallel
davinci
demo
interengine
options
pi
plotting
rmt
wave2D
workflow
customresults.py Loading ...
dagdeps.py Loading ...
fetchparse.py Loading ...
helloworld.ipynb Loading ...
helloworld.py Loading ...
iopubwatcher.py Loading ...
itermapresult.py Loading ...
multiengine1.ipy Loading ...
multiengine2.py Loading ...
multienginemap.py Loading ...
nwmerge.py Loading ...
parallel_mpi.ipynb Loading ...
parallel_pylab.ipy Loading ...
phistogram.py Loading ...
task1.ipynb Loading ...
task1.py Loading ...
task2.py Loading ...
task_profiler.py Loading ...
taskmap.ipynb Loading ...
taskmap.py Loading ...