module documentation
(source)

Undocumented

Class ​Application​Runner An object which helps running an application based on a config object.
Class ​App​Logger An AppLogger attaches the configured log observer specified on the commandline to a ServerOptions object, a custom logger.ILogObserver, or a legacy custom {log.ILogObserver}.
Class ​App​Profiler Class which selects a specific profile runner based on configuration options.
Class ​CProfile​Runner Runner for the cProfile module.
Class ​Profile​Runner Runner for the standard profile module.
Class ​Reactor​Selection​Mixin Provides options for selecting a reactor to install.
Class ​Server​Options No class docstring; 0/1 property, 0/1 instance variable, 0/5 class variable, 2/5 methods documented
Function convert​Style Undocumented
Function fix​Pdb Undocumented
Function get​Application Undocumented
Function get​Passphrase Undocumented
Function get​Save​Passphrase Undocumented
Function run Undocumented
Function run​Reactor​With​Logging Start the reactor, using profiling if specified by the configuration, and log any error happening in the process.
Function start​Application Undocumented
Class _​Basic​Profiler
Function _exit​With​Signal Force the application to terminate with the specified signal by replacing the signal handler with the default and sending the signal to ourselves.
Function _reactor​Action Undocumented
def convertStyle(filein, typein, passphrase, fileout, typeout, encrypt): (source)

Undocumented

def fixPdb(): (source)

Undocumented

def getApplication(config, passphrase): (source)

Undocumented

def getPassphrase(needed): (source)

Undocumented

def getSavePassphrase(needed): (source)

Undocumented

def run(runApp, ServerOptions): (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.
Parameters
config:ServerOptionsconfiguration of the twistd application.
oldstdout:fileinitial value of sys.stdout.
oldstderr:fileinitial value of sys.stderr.
profiler:AppProfilerobject used to run the reactor with profiling.
reactorThe reactor to use. If None, the global reactor will be used.
def startApplication(application, save): (source)

Undocumented

def _exitWithSignal(sig): (source)
Force the application to terminate with the specified signal by replacing the signal handler with the default and sending the signal to ourselves.
Parameters
sig:intSignal to use to terminate the process with os.kill.
def _reactorAction(): (source)

Undocumented