Home | Trees | Index | Help |
---|
Package pybaz :: Class Branch |
|
object
--+ |NamespaceObject
--+ |ArchiveItem
--+ |CategoryItem
--+ |object
--+ | | |NamespaceObject
--+ | | |RevisionIterable
--+ | | |object
--+ | | | | |NamespaceObject
--+ | | | | |ArchiveItem
--+ | | | | |Setupable
--+ | | |Package
--+ |object
--+ | | |NamespaceObject
--+ | | |RevisionIterable
--+ | | |VersionIterable
--+ | Branch
Arch branch namespace object.
See Also:
Archive
, Category
, Version
, Revision
Method Summary | |
---|---|
Create a Branch object from its name. | |
Instanciate a version belonging to this branch. | |
Deprecated. | |
bool |
Does this namespace exists? |
tuple of |
Deprecated. |
tuple of |
Deprecated. |
iterable of |
Iterate over library revisions. |
iterable of |
Iterate over archive versions. |
Latest version in this branch. | |
Inherited from CategoryItem | |
Deprecated. | |
Inherited from Package | |
Deprecated. | |
Latest revision in this package. | |
Inherited from Setupable | |
Deprecated. | |
Inherited from ArchiveItem | |
Deprecated. | |
str |
Deprecated |
str |
Deprecated. |
Inherited from VersionIterable | |
iterable of |
Iterate over library revisions. |
iterable of |
Iterate over archive revisions. |
Inherited from NamespaceObject | |
bool |
Compare types and fully-qualified names. |
bool |
Compare types and fully-qualified names. |
str |
Fully-qualified name in angle brackets. |
str |
Fully-qualified name. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Property Summary | |
---|---|
tuple of |
library_versions : Deprecated. |
tuple of |
versions : Deprecated. |
Inherited from CategoryItem | |
category : Category which contains this object. | |
Inherited from ArchiveItem | |
archive : Archive which contains this namespace object. | |
str |
fullname : Fully qualfied name of this namespace object. |
str |
nonarch : Non-arch part of this namespace name. |
Method Details |
---|
__init__(self,
name)
|
__getitem__(self,
v)
|
as_version(self)Deprecated. Latest version in this branch.
|
exists(self)Does this namespace exists? Within the Arch model, history cannot be changed: created archive
entries cannot be deleted. However, it is possible to unregister an
archive, or to find references to archives whose location is not known.
Thus, existence cannot always be decided. Testing for the existence of
a name in a non-registered archive raises
|
get_library_versions(self, reverse=False)Deprecated. Versions in this branch present in the library.
|
get_versions(self, reverse=False)Deprecated. Versions in this branch.
|
iter_library_versions(self, reverse=False)Iterate over library revisions.
|
iter_versions(self, reverse=False)Iterate over archive versions.
|
latest_version(self)Latest version in this branch.
|
Property Details |
---|
library_versionsDeprecated. Versions in this branch present in the library. |
versionsDeprecated. Versions in this branch. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:30 2006 | http://epydoc.sf.net |