##// END OF EJS Templates
cleanup IPython handler settings...
cleanup IPython handler settings move settings to the tornado settings dict, rather than a mixture of tornado settings and application references, and application.ipython_app references. removes any reference to application / ipython_app attributes in the handlers, in favor of the tornado settings dict. These were a massive pain for anyone who might want to re-use our handlers.
MinRK -
r10355:7334b686
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt / console / tests
__init__.py Loading ...
test_ansi_code_processor.py Loading ...
test_completion_lexer.py Loading ...
test_console_widget.py Loading ...
test_kill_ring.py Loading ...