##// 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 / html / templates
login.html Loading ...
logout.html Loading ...
notebook.html Loading ...
page.html Loading ...
tree.html Loading ...