| Home | Trees | Index | Help |
|---|
| Package qm :: Module user :: Class Group |
|
A group of users.
A 'Group' object is treated as an ordinary list of user IDs (except that a user ID may not appear more than once in the list).| Method Summary | |
|---|---|
Create a new group. | |
__delitem__(self,
index)
| |
__getitem__(self,
index)
| |
__len__(self)
| |
__setitem__(self,
index,
user_id)
| |
append(self,
user_id)
| |
Return the group_id of this group. | |
remove(self,
user_id)
| |
| Method Details |
|---|
__init__(self,
group_id,
user_ids=[])
|
GetId(self)Return the group_id of this group. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:00 2007 | http://epydoc.sf.net |