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

File last commit:

r2073:86e3ac62
r3934:b5570f73
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer