Package twisted :: Package manhole :: Module service :: Class ManholeClientInterface
[show private | hide private]
[frames | no frames]

Class ManholeClientInterface


Method Summary
  console(self, list_of_messages)
Takes a list of (type, message) pairs to display.
  receiveExplorer(self, xplorer)
Receives an explorer.Explorer

Method Details

console(self, list_of_messages)

Takes a list of (type, message) pairs to display.

Types include:
  • "stdout" -- string sent to sys.stdout
  • "stderr" -- string sent to sys.stderr
  • "result" -- string repr of the resulting value of the expression
  • "exception" -- a dictionary with two members:
    • 'traceback' -- traceback.extract_tb output; a list of tuples (filename, line number, function name, text) suitable for feeding to traceback.format_list.
    • 'exception' -- a list of one or more strings, each ending in a newline. (traceback.format_exception_only output)

receiveExplorer(self, xplorer)

Receives an explorer.Explorer

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:19 2003 http://epydoc.sf.net