##// END OF EJS Templates
Merge pull request #1495 from rkern/fix-hyperobject-pprint...
Merge pull request #1495 from rkern/fix-hyperobject-pprint BUG: Fix pretty-printing for overzealous objects Some classes use __getattr__ to automatically create requested attributes. The recent trend of LINQ-like query objects is what I ran into. This confuses the pretty-printing machinery that tests for _repr_pretty_. This pull request fixes many of these problems by simply testing if the _repr_pretty_ attribute is callable. This may still be confused by certain mocking frameworks, but it's a good start.
Min RK -
r6272:873e3647 merge
Show More
Name Size Modified Last Commit Author
/ IPython / config / profile
cluster
math
pysh
python3
sympy
README Loading ...
README_STARTUP Loading ...
__init__.py Loading ...

This is the IPython directory.

For more information on configuring IPython, do:

ipython config -h