##// END OF EJS Templates
Backport PR #2685: Fix pretty print of types when `__module__` is not available....
Backport PR #2685: Fix pretty print of types when `__module__` is not available. In Python 3, heap allocated types -- for example those created using PyType_FromSpec -- lack the `__module__` attribute. Closes #2684

File last commit:

r3954:94d97371
r9848:2c829199
Show More
README
5 lines | 100 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h