Home | Trees | Index | Help |
---|
Package twisted :: Package manhole :: Module service |
|
twisted.manhole
PB
service
implementation.
Classes | |
---|---|
FakeStdIO |
|
IManholeClient |
|
Perspective |
|
Service |
Function Summary | |
---|---|
Run this, directing all output to the specified console. | |
Pre-Failure manhole representation of exceptions. |
Variable Summary | |
---|---|
dict |
_defaultCapabilities
|
Function Details |
---|
runInConsole(command, console, globalNS=None, localNS=None, filename=None, args=None, kw=None)Run this, directing all output to the specified console. If command is callable, it will be called with the args and keywords provided. Otherwise, command will be compiled and eval'd. (Wouldn't you like a macro?) Returns the command's return value. The console is called with a list of (type, message) pairs for display, seeIManholeClient.console .
|
_failureOldStyle(fail)Pre-Failure manhole representation of exceptions. For compatibility with manhole clients without the "Failure" capability. A dictionary with two members:
|
Variable Details |
---|
_defaultCapabilities
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:20 2003 | http://epydoc.sf.net |