Home | Trees | Indices | Help |
---|
|
object --+ | NamespaceObject --+ | ArchiveItem --+ | CategoryItem --+ | BranchItem --+ | VersionItem
Base class for Revision. VersionItem provides features for the aspect of Revision which relate to its containment within other archive objects.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
branch Branch which contains this namespace object. |
|
patchlevel Patch-level part of this object's name. |
|
version Version which contains this revision. |
|
Inherited from Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Deprecated. Branch which contains this object. :rtype: `Branch` :see: `BranchItem.branch`
|
Deprecated. Patch-level part of this object's name. :rtype: str :see: `VersionItem.patchlevel` |
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 | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |