Lines Matching full:interactive
4 Interactive Input Editing and History Substitution
12 explained. The interactive editing and history described here are optionally
99 enable it in the interpreter's interactive mode, add the following to your
115 the startup file is executed in the same namespace as the interactive commands,
116 and removing the names avoids creating side effects in the interactive
122 # interactive interpreter. Requires Python 2.0+, readline. Autocomplete is
148 Alternatives to the Interactive Interpreter
158 One alternative enhanced interactive interpreter that has been around for quite
161 into other applications. Another similar enhanced interactive environment is
168 :envvar:`PYTHONSTARTUP` environment variable when you start an interactive
169 interpreter. To customize Python even for non-interactive mode, see