##// END OF EJS Templates
Only suggest a named argument once....
Only suggest a named argument once. Added a check to the `python_func_kw_matches` completer to not show named arguments after they've been used in the function call.

File last commit:

r14009:6f019b30
r22926:f259765c
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()