Home | Trees | Index | Help |
---|
Package twisted :: Package tap :: Module news :: Class Options |
|
UserDict
--+ |Options
--+ | Options
Method Summary | |
---|---|
__init__(self)
| |
__cmp__(self,
dict)
(inherited from UserDict )
| |
__delitem__(self,
key)
(inherited from UserDict )
| |
I make sure that old style 'optObj.option' access still works. (inherited from Options )
| |
__getitem__(self,
key)
(inherited from UserDict )
| |
__hash__(self)
(inherited from Options )
| |
__len__(self)
(inherited from UserDict )
| |
__repr__(self)
(inherited from UserDict )
| |
__setitem__(self,
key,
item)
(inherited from UserDict )
| |
__str__(self,
width)
(inherited from Options )
| |
clear(self)
(inherited from UserDict )
| |
copy(self)
(inherited from UserDict )
| |
get(self,
key,
failobj)
(inherited from UserDict )
| |
has_key(self,
key)
(inherited from UserDict )
| |
items(self)
(inherited from UserDict )
| |
keys(self)
(inherited from UserDict )
| |
The name of a newsgroup to carry. | |
Display this help and exit. (inherited from Options )
| |
The email of the moderator for the most recently passed group. | |
The address of a Usenet server to pass messages to and receive messages from. | |
A newsgroup to list as a recommended subscription. | |
opt_version(self)
(inherited from Options )
| |
I am called with any leftover arguments which were not options. (inherited from Options )
| |
The guts of the command-line parser. (inherited from Options )
| |
popitem(self)
(inherited from UserDict )
| |
I am called after the options are parsed. (inherited from Options )
| |
setdefault(self,
key,
failobj)
(inherited from UserDict )
| |
update(self,
dict)
(inherited from UserDict )
| |
values(self)
(inherited from UserDict )
| |
Gather up boolean (flag) options. (inherited from Options )
| |
Gather up options with their own handler methods. (inherited from Options )
| |
Gather options which take a value. (inherited from Options )
| |
_generic_flag(self,
flagName,
value)
(inherited from Options )
| |
_generic_parameter(self,
parameterName,
value)
(inherited from Options )
|
Class Variable Summary | |
---|---|
None |
groups
|
list |
optParameters
|
None |
servers
|
None |
subscriptions
|
string |
synopsis
|
Method Details |
---|
opt_group(self, group)The name of a newsgroup to carry. |
opt_moderator(self, moderator)The email of the moderator for the most recently passed group. |
opt_server(self, server)The address of a Usenet server to pass messages to and receive messages from. |
opt_subscription(self, group)A newsgroup to list as a recommended subscription. |
Class Variable Details |
---|
groups
|
servers
|
subscriptions
|
synopsis
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:27 2003 | http://epydoc.sf.net |