Home | Trees | Indices | Help |
---|
|
object --+ | NamespaceObject --+ | RevisionIterable
Abstract class for namespace classes above Revision. RevisionIterable provides features which are common to all objects containing revisions.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Iterate over library revisions. :param reverse: reverse order, recent revisions first. :type reverse: bool :return: revisions in this namespace which are present in the revision library. :rtype: iterable of `Revision` |
Iterate over archive revisions. :param reverse: reverse order, recent revisions first. :type reverse: bool :return: all existing revisions in this namespace. :rtype: iterable of `Revision` :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 |