##// 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:

r28185:9e43aba8
r28976:ce148f2c
Show More
index.rst
12 lines | 271 B | text/x-rst | RstLexer

IPython options

Any of the options listed here can be set in config files, at the command line, from inside IPython, or using a traitlets :class:`Config` object. See :ref:`setting_config` for details.