##// 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
MinRK -
r9848:2c829199
Show More
Name Size Modified Last Commit Author
/ IPython / zmq / tests
__init__.py Loading ...
test_embed_kernel.py Loading ...
test_message_spec.py Loading ...
test_session.py Loading ...