module documentation
Undocumented
Class |
|
An object which helps running an application based on a config object. |
Class |
|
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 |
|
Class which selects a specific profile runner based on configuration options. |
Class |
|
Runner for the cProfile module. |
Class |
|
Runner for the standard profile module. |
Class |
|
Provides options for selecting a reactor to install. |
Class |
|
No class docstring; 0/1 property, 0/1 instance variable, 0/5 class variable, 2/5 methods documented |
Function | convert |
Undocumented |
Function | fix |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | run |
Undocumented |
Function | run |
Start the reactor, using profiling if specified by the configuration, and log any error happening in the process. |
Function | start |
Undocumented |
Class | _ |
No summary |
Function | _exit |
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 |
Undocumented |
Start the reactor, using profiling if specified by the configuration, and log any error happening in the process.
Parameters | |
config:ServerOptions | configuration of the twistd application. |
oldstdout:file | initial value of sys.stdout. |
oldstderr:file | initial value of sys.stderr. |
profiler:AppProfiler | object used to run the reactor with profiling. |
reactor | The reactor to use. If None , the global reactor will be used. |