Package funkload :: Module CredentialFile :: Class Group
[show private | hide private]
[frames | no frames]

Class Group


A class to handle groups.
Method Summary
  __init__(self, name)
  __len__(self)
Return the lenght of group.
  __repr__(self)
Representation.
  add(self, user)
Add a user to the group.
  next(self)
Return the next user or the group.

Method Details

__len__(self)
(Length operator)

Return the lenght of group.

__repr__(self)
(Representation operator)

Representation.

add(self, user)

Add a user to the group.

next(self)

Return the next user or the group.

loop from begining.

Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 http://epydoc.sf.net