Module t.a.app

Part of twisted.application View Source

No module docstring
Function runWithProfiler Run reactor under standard profiler.
Function runWithHotshot Run reactor under hotshot profiler.
Function fixPdb Undocumented
Function runReactorWithLogging Undocumented
Function getPassphrase Undocumented
Function getSavePassphrase Undocumented
Class ApplicationRunner An object which helps running an application based on a config object.
Function getApplication Undocumented
Function reportProfile Undocumented
Function _reactorZshAction Undocumented
Class ReactorSelectionMixin Provides options for selecting a reactor to install.
Class ServerOptions No class docstring; 4/6 methods documented
Function run Undocumented
Function initialLog Undocumented
Function convertStyle Undocumented
Function startApplication Undocumented
Function getLogFile Undocumented
def runWithProfiler(reactor, config): (source)
Run reactor under standard profiler.
def runWithHotshot(reactor, config): (source)
Run reactor under hotshot profiler.
def fixPdb(): (source)
Undocumented
def runReactorWithLogging(config, oldstdout, oldstderr): (source)
Undocumented
def getPassphrase(needed): (source)
Undocumented
def getSavePassphrase(needed): (source)
Undocumented
def getApplication(config, passphrase): (source)
Undocumented
def reportProfile(report_profile, name): (source)
Undocumented
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)
Undocumented
API Documentation for twisted, generated by pydoctor.