Table Of Contents

Previous topic

Interpreter

Next topic

introspect

This Page

phoenix_title InterpreterAlaCarte

Demo Interpreter.


class_hierarchy Inheritance Diagram

Inheritance diagram for class InterpreterAlaCarte

Inheritance diagram of InterpreterAlaCarte


super_classes Known Superclasses

py.interpreter.Interpreter


method_summary Methods Summary

__init__ Create an interactive interpreter object.

api Class API



class InterpreterAlaCarte(Interpreter)

Demo Interpreter.


Methods



__init__(self, locals, rawin, stdin, stdout, stderr, ps1='main prompt', ps2='continuation prompt')

Create an interactive interpreter object.