Known subclasses: twisted.scripts._twistd_unix.ServerOptions, twisted.scripts._twistw.ServerOptions

No class docstring
Method __init__ Undocumented
Method opt_debug Run the application in the Python Debugger (implies nodaemon), sending SIGUSR2 will drop into debugger
Method opt_spew Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code.
Method parseOptions The guts of the command-line parser.
Method postOptions I am called after the options are parsed.
Method subCommands Undocumented

Inherited from ReactorSelectionMixin:

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:

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)
def __init__(self, *a, **kw): (source)
Undocumented
def opt_debug(self): (source)

Run the application in the Python Debugger (implies nodaemon), sending SIGUSR2 will drop into debugger

def opt_spew(self): (source)

Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code.

def parseOptions(self, options=None): (source)

The guts of the command-line parser.

def postOptions(self): (source)

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.

def subCommands(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.