Lines Matching full:shell

21 * Python shell window (interactive interpreter) with colorizing
38 IDLE has two main window types, the Shell window and the Editor window. It is
47 File menu (Shell and Editor)
68 tree structure. In the shell, open a module first.
97 Edit menu (Shell and Editor)
197 Python Shell
198 Open or wake up the Python Shell window.
208 Do Check Module (above). If no error, restart the shell to clean the
209 environment, then execute the module. Output is displayed in the Shell
211 When execution is complete, the Shell retains focus and displays a prompt.
216 Shell menu (Shell window only)
220 Scroll the shell window to the last Shell restart.
222 Restart Shell
223 Restart the shell to clean the environment.
228 Debug menu (Shell window only)
236 the Shell window and Output windows.
243 When activated, code entered in the Shell or run from an Editor will run
254 Options menu (Shell and Editor)
273 Window menu (Shell and Editor)
284 Help menu (Shell and Editor)
337 Shell and Output windows have the following.
390 Python Shell window by one tab). After certain keywords (break, return etc.)
393 Shell window one tab), number depends on Indent width. Currently, tabs
423 Shell. Two :kbd:`tab` in a row will supply the current ACW selection, as
460 For example, restart the Shell and enter ``itertools.count(``. A calltip
470 Python Shell window
493 For the shell, these are shell output, shell error, user output, and
494 user error. For Python code, at the shell prompt or in an editor, these are
514 shell, or for executing import statements to import common modules.
520 functions to be used from IDLE's Python shell.
530 -c command run command in the shell window
531 -d enable debugger and open shell window
534 -i open shell window
535 -r file run file in shell window
536 -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
537 -t title set title of shell window
538 - run stdin in shell (- must be last option before args)
560 objects that get input from and send output to the Shell window.
567 With IDLE's Shell, one enters, edits, and recalls complete statements.