##// 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 / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nosepatch.py Loading ...
skipdoctest.py Loading ...
tools.py Loading ...