| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
NamespaceObject --+
|
RevisionIterable --+
|
VersionIterable --+
|
BranchIterable
Base class for archive classes above Branch. BranchIterable provides features which are common to all objects containing branches.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
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 library branches.
:return: branches in this namespace which are present in the
revision library.
:rtype: iterable of `Branch`
|
Iterate over library revisions.
:param reverse: reverse order, higher versions first.
:type reverse: bool
:return: versions in this namespace which are present in the
revision library.
:rtype: iterable of `Version`
|
Iterate over archive versions. :param reverse: reverse order, higher versions first. :type reverse: bool :return: all existing versions in this namespace. :rtype: iterable of `Version` :precondition: `self.exists()` returns ``True``.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |