##// 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().

File last commit:

r3954:94d97371
r12212:ccd0d2ff
Show More
README
5 lines | 100 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h