Home | Trees | Indices | Help |
---|
|
object --+ | NamespaceObject --+ | RevisionIterable --+ | VersionIterable --+ | BranchIterable --+ | CategoryIterable
Base class for Archive. CategoryIterable provides features for the aspect of Archive wich relates to its containing other archive objects.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Iterate over archive branches. :return: all existing branches in this namespace. :rtype: iterable of `Branch` :precondition: `self.exists()` returns ``True``.
|
Iterate over archive categories. :return: all existing categories in this namespace. :rtype: iterable of `Category` :precondition: `self.exists()` returns ``True``. |
Iterate over library branches. :return: branches in this namespace which are present in the revision library. :rtype: iterable of `Branch`
|
Iterate over library categories. :return: categories in this namespace which are present in the revision library. :rtype: iterable of `Category` |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |