Home | Trees | Index | Help |
---|
Package pybaz :: Class Category |
|
object
--+ |NamespaceObject
--+ |RevisionIterable
--+ |VersionIterable
--+ |BranchIterable
--+ |object
--+ | | |NamespaceObject
--+ | | |ArchiveItem
--+ | | |Setupable
--+ | Category
Arch category namespace object.
See Also:
Archive
, Branch
, Version
, Revision
Method Summary | |
---|---|
Create a category object from its name. | |
Instanciate a branch belonging to this category. | |
bool |
Does this namespace exists? |
tuple of |
Deprecated. |
tuple of |
Deprecated. |
iterable of |
Iterate over archive branches. |
iterable of |
Iterate over library branches. |
Inherited from Setupable | |
Deprecated. | |
Inherited from ArchiveItem | |
Deprecated. | |
str |
Deprecated |
str |
Deprecated. |
Inherited from BranchIterable | |
iterable of |
Iterate over library revisions. |
iterable of |
Iterate over archive versions. |
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 |
branches : Deprecated. |
tuple of |
library_branches : Deprecated. |
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,
b)
|
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_branches(self)Deprecated. Branches in this category.
|
get_library_branches(self)Deprecated. Branches in this category present in the library.
|
iter_branches(self)Iterate over archive branches.
|
iter_library_branches(self)Iterate over library branches.
|
Property Details |
---|
branchesDeprecated. Branches in this category. |
library_branchesDeprecated. Branches in this category present in the library. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:34 2006 | http://epydoc.sf.net |