9 ms·
I use import readline, rlcompleter; readline.parse_and_bind("tab: complete") (executed at PYTHONSTARTUP) for tab completion.
by juanpablo 18y ago
I use
import readline, rlcompleter; readline.parse_and_bind("tab: complete")
(executed at PYTHONSTARTUP) for tab completion.
- timf 18y agoThankyou for this, added to my portable remote node setup.