##// END OF EJS Templates
fix IPCompleter inside tuples/arrays when jedi is disabled...
fix IPCompleter inside tuples/arrays when jedi is disabled The selection of the current expression was improperly finding an implicit tuple `a,b`, instead of trimming tosimply `b`. I also done a number of simplification of test cases.

File last commit:

r27747:f5d4e0ac
r28976:ce148f2c
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])