##// END OF EJS Templates
use dict.get(key) instead of dict[key] for pure kernel...
use dict.get(key) instead of dict[key] for pure kernel This protects against missing keys in object introspection, etc. when using the pure Python kernel. closes gh-516 closes gh-519
MinRK -
r3934:b5570f73
Show More
Name Size Modified Last Commit Author
/ IPython / config
default
profile
tests
__init__.py Loading ...
application.py Loading ...
configurable.py Loading ...
loader.py Loading ...