t.a.app : module documentation

Part of twisted.application View Source

No module docstring
Class ProfileRunner Runner for the standard profile module.
Class HotshotRunner Runner for the hotshot profile module.
Class CProfileRunner Runner for the cProfile module.
Class AppProfiler Class which selects a specific profile runner based on configuration options.
Class AppLogger Class managing logging faciliy of the application.
Function fixPdb Undocumented
Function runReactorWithLogging Start the reactor, using profiling if specified by the configuration, and log any error happening in the process.
Function getPassphrase Undocumented
Function getSavePassphrase Undocumented
Class ApplicationRunner An object which helps running an application based on a config object.
Function getApplication Undocumented
Class ReactorSelectionMixin Provides options for selecting a reactor to install.
Class ServerOptions No class docstring; 2/6 methods documented
Function run Undocumented
Function convertStyle Undocumented
Function startApplication Undocumented
Class _BasicProfiler
Function _reactorAction Undocumented
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 _reactorAction(): (source)
Undocumented
def run(runApp, ServerOptions): (source)
Undocumented
def convertStyle(filein, typein, passphrase, fileout, typeout, encrypt): (source)
Undocumented
def startApplication(application, save): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.