Re: Configuring the REPL's tab completion

2019-03-11 Thread Chris Angelico
On Mon, Mar 11, 2019 at 9:38 PM Thomas Jollans wrote: > > On 10/03/2019 15.20, Chris Angelico wrote: > > I have absolutely no idea how to do this or even where to go looking, > > so I'd appreciate a starting pointer :) > > > > When you're in the Python REPL (just the basic core one, not IDLE or >

Re: Configuring the REPL's tab completion

2019-03-11 Thread Thomas Jollans
On 10/03/2019 15.20, Chris Angelico wrote: > I have absolutely no idea how to do this or even where to go looking, > so I'd appreciate a starting pointer :) > > When you're in the Python REPL (just the basic core one, not IDLE or > anything), you can tab-complete global and built-in names, attribu

Configuring the REPL's tab completion

2019-03-10 Thread Chris Angelico
I have absolutely no idea how to do this or even where to go looking, so I'd appreciate a starting pointer :) When you're in the Python REPL (just the basic core one, not IDLE or anything), you can tab-complete global and built-in names, attributes of known objects, etc. But quoted strings work ki