##// END OF EJS Templates
Merge pull request #2246 from minrk/canning_depth...
Merge pull request #2246 from minrk/canning_depth serialize individual args/kwargs rather than the containers This allows specials to be handled inside containers as args/kwargs It is less efficient than before (still more efficient than 0.13) in cases where there is a very large number of simple arguments, but I think that generally the number of arguments is modest, and simple cases of small containers of arrays/References are likely (as most readily demonstrated by use in map). The relevant behaviors are tested. closes #2239
Min RK -
r8166:75c66c87 merge
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v2
tests
__init__.py Loading ...
convert.py Loading ...
nbbase.py Loading ...
nbjson.py Loading ...
nbpy.py Loading ...
nbxml.py Loading ...
rwbase.py Loading ...