##// END OF EJS Templates
handle simple closures in pickleutil...
handle simple closures in pickleutil It turns out this is pretty straightforward. I'm sure there are plenty of cases where dill / cloud pickle are going to be desirable, but Python 3 makes trivial closures a lot more likely, and this handles those cases easily enough.

File last commit:

r12815:db07f4de
r16506:e56ff8b2
Show More
README
10 lines | 195 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython -h
or to create an empty default profile, populated with default config files:
ipython profile create