Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module twistd :: Class ServerOptions |
|
UserDict
--+ |Options
--+ | ServerOptions
Method Summary | |
---|---|
read config.tac from a plugin package, as with -y | |
read config.tac from a plugin package, as with -y | |
Print an insanely verbose log of everything that happens. | |
Print version information and exit. | |
Inherited from Options | |
| |
| |
| |
Gather up boolean (flag) options. | |
Gather up options with their own handler methods. | |
Gather options which take a value. | |
| |
| |
| |
| |
Display this help and exit. | |
I am called with any leftover arguments which were not options. | |
The guts of the command-line parser. | |
I am called after the options are parsed. | |
Inherited from UserDict | |
__cmp__(...)
| |
__contains__(...)
| |
__delitem__(...)
| |
__getitem__(...)
| |
__len__(...)
| |
__repr__(...)
| |
__setitem__(...)
| |
clear(...)
| |
copy(...)
| |
get(...)
| |
has_key(...)
| |
items(...)
| |
iteritems(...)
| |
iterkeys(...)
| |
itervalues(...)
| |
keys(...)
| |
popitem(...)
| |
setdefault(...)
| |
update(...)
| |
values(...)
|
Class Variable Summary | |
---|---|
list |
optFlags = [['nodaemon', 'n', "don't daemonize"], ['save...
|
list |
optParameters = [['logfile', 'l', None, 'log to a specif...
|
str |
synopsis = 'Usage: twistd [options]'
|
Inherited from Options | |
NoneType |
defaultSubCommand = None |
NoneType |
parent = None |
NoneType |
subCommand = None |
Method Details |
---|
opt_g(self, pkgname)read config.tac from a plugin package, as with -y |
opt_plugin(self, pkgname)read config.tac from a plugin package, as with -y |
opt_spew(self)Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code. |
opt_version(self)Print version information and exit.
|
Class Variable Details |
---|
optParameters
|
synopsis
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:05 2003 | http://epydoc.sf.net |