Part of twisted.application View Source
| 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 |
DEPRECATED in Twisted 8.0.
Run reactor under standard profiler.DEPRECATED in Twisted 8.0.
Run reactor under hotshot profiler.| Parameters | config | configuration of the twistd application.
(type: ServerOptions
) |
| oldstdout | initial value of sys.stdout.
(type: file
) | |
| oldstderr | initial value of sys.stderr.
(type: file
) | |
| profiler | object used to run the reactor with profiling.
(type: AppProfiler
) | |
| reactor | The reactor to use. If None, the global reactor will be
used.
|