##// END OF EJS Templates
Use istype() when checking if canned object is a dict...
Use istype() when checking if canned object is a dict Using istype(canned, dict) instead of isinstance(canned, dict) ensures that dict subclasses retain their type during unserialization. This also agrees with the implementation of serialize_object().
Stephan Rave -
r12199:6a72b2cc
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / transformers / tests
__init__.py Loading ...
base.py Loading ...
test_coalescestreams.py Loading ...
test_csshtmlheader.py Loading ...
test_extractoutput.py Loading ...
test_latex.py Loading ...
test_revealhelp.py Loading ...
test_sphinx.py Loading ...
test_svg2pdf.py Loading ...