twisted.scripts._twistd_unix.ServerOptions(app.ServerOptions)
class documentationtwisted.scripts._twistd_unix
View Source
(View In Hierarchy)
Method | opt_version | Print version information and exit. |
Method | postOptions | I am called after the options are parsed. |
Inherited from ReactorSelectionMixin (via ServerOptions):
Method | opt_help_reactors | Display a list of possibly available reactor names. |
Method | opt_reactor | Which reactor to use (see --help-reactors for a list of possibilities) |
Inherited from ReactorSelectionMixin (via ServerOptions):
Method | opt_help_reactors | Display a list of possibly available reactor names. |
Method | opt_reactor | Which reactor to use (see --help-reactors for a list of possibilities) |
Inherited from ReactorSelectionMixin (via ServerOptions):
Method | opt_help_reactors | Display a list of possibly available reactor names. |
Method | opt_reactor | Which reactor to use (see --help-reactors for a list of possibilities) |
Print version information and exit.
I am called after the options are parsed.
Override this method in your subclass to do something after the options have been parsed and assigned, like validate that all options are sane.