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. | |
Deprecated Fully qualified name of this namespace object. | |
Deprecated. | |
Inherited from RevisionIterable | |
Iterate over library revisions. | |
Iterate over archive revisions. | |
Inherited from NamespaceObject | |
Compare types and fully-qualified names. | |
Compare types and fully-qualified names. | |
Fully-qualified name in angle brackets. | |
Fully-qualified name. | |
Does this namespace exists? Within the Arch model, history cannot be changed: created archive entries cannot be deleted. | |
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. | |
fullname : Fully qualfied name of this namespace object. | |
nonarch : Non-arch part of this namespace name. |
Method Details |
---|
as_revision(self)Deprecated. Latest revision in this package. :rtype: `Revision` :precondition: `self.exists()` returns ``True`` :precondition: `self.iter_revisions()` yields at least one object. :raises StopIteration: this package contains no revision :see: `Package.latest_revision` |
latest_revision(self)Latest revision in this package. :rtype: `Revision` :precondition: `self.exists()` returns ``True`` :precondition: `self.iter_revisions()` yields at least one object. :raises ValueError: the archive is not registered, or this package does not exist, or it contains no revision. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Jul 18 16:30:57 2006 | http://epydoc.sf.net |