| Home | Trees | Index | Help |
|---|
|
|
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).
|
|||
|
__init__(self,
group_id,
user_ids=[])
Create a new group. |
|||
|
GetId(self)
Return the group_id of this group. |
|||
| __len__(self) | |||
| __getitem__(self, index) | |||
| __setitem__(self, index, user_id) | |||
| __delitem__(self, index) | |||
| append(self, user_id) | |||
| remove(self, user_id) | |||
|
|||
Create a new group. 'group_id' -- The ID of this group. 'user_ids' -- IDs of users initially in the group. |
|
|
|
|
|
|
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |