Module spiroserver :: Class SpiroInterpreter
[show private | hide private]
[frames | no frames]

Class SpiroInterpreter

InteractiveInterpreter --+
                         |
                        SpiroInterpreter


For each client connection, we maintain a private namespace within an InteractiveInterpreter.
Method Summary
  write(self, s)
Override this to gag the interpreter
    Inherited from InteractiveInterpreter
  __init__(self, locals)
Constructor.
  runcode(self, code)
Execute a code object.
  runsource(self, source, filename, symbol)
Compile and run some source in the interpreter.
  showsyntaxerror(self, filename)
Display the syntax error that just occurred.
  showtraceback(self)
Display the exception that just occurred.

Method Details

write(self, s)

Override this to gag the interpreter
Overrides:
code.InteractiveInterpreter.write

Generated by Epydoc 2.0 on Sun Apr 11 13:37:10 2004 http://epydoc.sf.net