Home | Trees | Index | Help |
---|
Package pybaz :: Class Package |
|
object
--+ |NamespaceObject
--+ |RevisionIterable
--+ |object
--+ | | |NamespaceObject
--+ | | |ArchiveItem
--+ | | |Setupable
--+ | Package
Branch
,
Version
Base class for ordered container archive objects.
Method Summary | |
---|---|
Deprecated. | |
Latest revision in this package. | |
Inherited from Setupable | |
Deprecated. | |
Inherited from ArchiveItem | |
| |
Deprecated. | |
str |
Deprecated |
str |
Deprecated. |
Inherited from RevisionIterable | |
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? |
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 | |
---|---|
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 |
---|
as_revision(self)Deprecated. Latest revision in this package.
|
latest_revision(self)Latest revision in this package.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:29 2006 | http://epydoc.sf.net |