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

File last commit:

r11477:9f73fdd8
r12199:6a72b2cc
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer