##// 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:

r3408:261328d5
r7136:3072ce9f
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *