Home | History | Annotate | Download | only in Misc

Lines Matching full:interactive

7 python \- an interpreted, interactive, object-oriented programming language
88 Python is an interpreted, interactive, object-oriented programming
139 used, enter interactive mode after executing the script or the
166 also suppressed in non-interactive mode.
289 In non-interactive mode, the entire input is parsed before it is
310 In interactive mode, the primary prompt is `>>>'; the second prompt
318 control returns to the primary prompt; in non-interactive mode, the
374 file are executed before the first prompt is displayed in interactive
376 The file is executed in the same name space where interactive commands
378 without qualification in the interactive session.