Home | Trees | Index | Help |
---|
Package pybaz :: Class CategoryIterable |
|
object
--+ |NamespaceObject
--+ |RevisionIterable
--+ |VersionIterable
--+ |BranchIterable
--+ | CategoryIterable
Archive
Base class for Archive.
CategoryIterable provides features for the aspect of Archive wich relates to its containing other archive objects.
Method Summary | |
---|---|
iterable of |
Iterate over archive branches. |
iterable of |
Iterate over archive categories. |
iterable of |
Iterate over library branches. |
iterable of |
Iterate over library categories. |
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. |
bool |
Does this namespace exists? |
str |
Deprecated |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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 | |
---|---|
Inherited from NamespaceObject | |
str |
fullname : Fully qualfied name of this namespace object. |
Method Details |
---|
iter_branches(self)Iterate over archive branches.
|
iter_categories(self)Iterate over archive categories.
|
iter_library_branches(self)Iterate over library branches.
|
iter_library_categories(self)Iterate over library categories.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:36 2006 | http://epydoc.sf.net |