##// END OF EJS Templates
Merge pull request #8988 from ssanderson/correctly-repr-weirdly-named-types...
Merge pull request #8988 from ssanderson/correctly-repr-weirdly-named-types BUG: Fix pprint failure on non-string __qualname__ or __name__.

File last commit:

r14009:6f019b30
r21805:fd4b1351 merge
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()