##// END OF EJS Templates
smart kwarg completion...
smart kwarg completion change order of completion element so that the ones ending with '=' will be at the beginning of the list. When you complete inside a fonction call, you then have kwargs first add configuration in the left pannel

File last commit:

r415:4a5dcb15
r5401:5c615345
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]