##// END OF EJS Templates
Backport PR #4047: Use istype() when checking if canned object is a dict...
Backport PR #4047: 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().
MinRK -
r12212:ccd0d2ff
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / writers
__init__.py Loading ...
base.py Loading ...
debug.py Loading ...
files.py Loading ...
stdout.py Loading ...