| Home | Trees | Index | Help |
|---|
| Package pybaz :: Class VersionItem |
|
object --+
|
NamespaceObject --+
|
ArchiveItem --+
|
CategoryItem --+
|
BranchItem --+
|
VersionItem
RevisionBase class for Revision. VersionItem provides features for the aspect of Revision which relate to its containment within other archive objects.
| Method Summary | |
|---|---|
__init__(self,
archive,
version,
patchlevel)
| |
Deprecated. | |
Deprecated. | |
Deprecated. | |
| Inherited from CategoryItem | |
Deprecated. | |
| Inherited from ArchiveItem | |
Deprecated. | |
Deprecated Fully qualified name of this namespace object. | |
Deprecated. | |
| 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 | |
|---|---|
branch: Branch which contains this namespace object. | |
patchlevel: Patch-level part of this object's name. | |
version: Version which contains this revision. | |
| Inherited from CategoryItem | |
category: Category which contains this object. | |
| 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 |
|---|
get_branch(self)Deprecated. Branch which contains this object. :rtype: `Branch` :see: `BranchItem.branch`
|
get_patchlevel(self)Deprecated. Patch-level part of this object's name. :rtype: str :see: `VersionItem.patchlevel` |
get_version(self)Deprecated. Version which contains this revision. :rtype: `Version` :see: `VersionItem.version` |
| Property Details |
|---|
branchBranch which contains this namespace object. :type: `Branch` |
patchlevelPatch-level part of this object's name. :type: str |
versionVersion which contains this revision. :type: `Version` |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Jul 18 16:30:57 2006 | http://epydoc.sf.net |