##// END OF EJS Templates
Fix pretty print of types when `__module__` is not available....
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
Bradley M. Froehle -
r8872:9b115234
Show More
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_deepreload.py Loading ...
test_display.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_kernel.py Loading ...
test_latextools.py Loading ...
test_pretty.py Loading ...
test_security.py Loading ...