Home | Trees | Indices | Help |
---|
|
object --+ | NamespaceObject --+ | RevisionIterable --+ | VersionIterable
Abstract class for archive classes above Version. VersionIterable provides features which are common to all objects containing versions.
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 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 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``.
|
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 |