##// END OF EJS Templates
Remove split_blocks method and function, and the associated tests. Test coverage of IPython.core.inputsplitter remains 100%.
Remove split_blocks method and function, and the associated tests. Test coverage of IPython.core.inputsplitter remains 100%.

File last commit:

r3069:7321b392
r3531:358332df
Show More
ipython-qtconsole
6 lines | 110 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()