##// END OF EJS Templates
adding snake case auto complete for https://github.com/ipython/ipython/issues/9420
adding snake case auto complete for https://github.com/ipython/ipython/issues/9420

File last commit:

r22963:2961b531
r23614:f780c791
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])