##// END OF EJS Templates
Fix max_seq_length input to RepresentationPrinter...
Fix max_seq_length input to RepresentationPrinter max_seq_length is passed to RepresentationPrinter as a positional argument but the order is not correct for RepresentationPrinter's __init__. Pass max_seq_length as a keyword argument instead.

File last commit:

r21337:03608cd1
r21903:de68bf5d
Show More
pickleutil.py
5 lines | 130 B | text/x-python | PythonLexer
Min RK
shim IPython.utils.pickleutil
r21069 from warnings import warn
Min RK
ipython_kernel is now ipykernel
r21337 warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil")
Min RK
shim IPython.utils.pickleutil
r21069
Min RK
ipython_kernel is now ipykernel
r21337 from ipykernel.pickleutil import *