##// END OF EJS Templates
add a keycodes structure to utils...
add a keycodes structure to utils this structure (IPython.utils.keycodes) add some common keycodes like tab...etc and start modifying codecell.js to use it for better readability

File last commit:

r415:4a5dcb15
r7136:3072ce9f
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]