Module t.a.app

Part of twisted.application View Source

No module docstring
Line # Kind Name Docs
54 Class ProfileRunner Runner for the standard profile module.
82 Class HotshotRunner Runner for the hotshot profile module.
133 Class CProfileRunner Runner for the cProfile module.
161 Class AppProfiler Class which selects a specific profile runner based on configuration
189 Function runWithProfiler DEPRECATED in Twisted 8.0.
202 Function runWithHotshot DEPRECATED in Twisted 8.0.
215 Class AppLogger Class managing logging faciliy of the application.
275 Function fixPdb Undocumented
295 Function runReactorWithLogging Start the reactor, using profiling if specified by the configuration, and
347 Function getPassphrase Undocumented
355 Function getSavePassphrase Undocumented
363 Class ApplicationRunner An object which helps running an application based on a config object.
487 Function getApplication Undocumented
514 Function reportProfile DEPRECATED since Twisted 8.0. This does nothing.
526 Class ReactorSelectionMixin Provides options for selecting a reactor to install.
570 Class ServerOptions No class docstring; 3/7 methods documented
673 Function run Undocumented
685 Function initialLog Undocumented
691 Function convertStyle Undocumented
699 Function startApplication Undocumented
708 Function getLogFile Build a log file from the full path.
22 Class _BasicProfiler
523 Function _reactorZshAction Undocumented
def runWithProfiler(reactor, config): (source)

DEPRECATED in Twisted 8.0.

Run reactor under standard profiler.
def runWithHotshot(reactor, config): (source)

DEPRECATED in Twisted 8.0.

Run reactor under hotshot profiler.
def fixPdb(): (source)
Undocumented
def runReactorWithLogging(config, oldstdout, oldstderr, profiler=None, reactor=None): (source)
Start the reactor, using profiling if specified by the configuration, and log any error happening in the process.
Parametersconfigconfiguration of the twistd application. (type: ServerOptions )
oldstdoutinitial value of sys.stdout. (type: file )
oldstderrinitial value of sys.stderr. (type: file )
profilerobject used to run the reactor with profiling. (type: AppProfiler )
reactorThe reactor to use. If None, the global reactor will be used.
def getPassphrase(needed): (source)
Undocumented
def getSavePassphrase(needed): (source)
Undocumented
def getApplication(config, passphrase): (source)
Undocumented
def reportProfile(report_profile, name): (source)
DEPRECATED since Twisted 8.0. This does nothing.
def _reactorZshAction(): (source)
Undocumented
def run(runApp, ServerOptions): (source)
Undocumented
def initialLog(): (source)
Undocumented
def convertStyle(filein, typein, passphrase, fileout, typeout, encrypt): (source)
Undocumented
def startApplication(application, save): (source)
Undocumented
def getLogFile(logfilename): (source)
Build a log file from the full path.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.