Lines Matching refs:interpreter
13 build applications which provide an interactive interpreter prompt.
18 This class deals with parsing and interpreter state (the user's namespace); it
28 Closely emulate the behavior of the interactive Python interpreter. This class
39 use as the default namespace for the interpreter loop. The :meth:`interact`
50 This function is useful for programs that want to emulate Python's interpreter
54 function *almost* always makes the same decision as the real interpreter main
77 Compile and run some source in the interpreter. Arguments are the same as for
120 because it is within the interpreter object implementation. The output is
140 interpreter objects as well as the following additions.
147 banner similar to the one printed by the standard Python interpreter, followed
149 this with the real interpreter -- since it's so close!).
164 Push a line of source text to the interpreter. The line should not have a
166 buffer and the interpreter's :meth:`runsource` method is called with the