##// END OF EJS Templates
Skip test that builtin signature can't be inspected...
Skip test that builtin signature can't be inspected Builtins can now provide a signature, and sum() does so as of Python 3.5. I thought this is related to PEP 436, but that still appears to be in draft status, so I'm not sure.

File last commit:

r21069:12df2232
r21313:ca058918
Show More
pickleutil.py
5 lines | 140 B | text/x-python | PythonLexer
Min RK
shim IPython.utils.pickleutil
r21069 from warnings import warn
warn("IPython.utils.pickleutil has moved to ipython_kernel.pickleutil")
from ipython_kernel.pickleutil import *