Package pybaz :: Class VersionItem
[frames | no frames]

Type VersionItem

     object --+                
              |                
NamespaceObject --+            
                  |            
        ArchiveItem --+        
                      |        
           CategoryItem --+    
                          |    
                 BranchItem --+
                              |
                             VersionItem

Known Subclasses:
Revision

Base 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)

Branch

get_branch(self)
Deprecated.

str

get_patchlevel(self)
Deprecated.

Version

get_version(self)
Deprecated.
    Inherited from CategoryItem

Category

get_category(self)
Deprecated.
    Inherited from ArchiveItem

Archive

get_archive(self)
Deprecated.

str

get_fullname(self)
Deprecated

str

get_nonarch(self)
Deprecated.
    Inherited from NamespaceObject

bool

__eq__(self, x)
Compare types and fully-qualified names.

bool

__ne__(self, x)
Compare types and fully-qualified names.

str

__repr__(self)
Fully-qualified name in angle brackets.

str

__str__(self)
Fully-qualified name.

bool

exists(self)
Does this namespace exists?
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Property Summary

Branch

branch: Branch which contains this namespace object.

str

patchlevel: Patch-level part of this object's name.

Version

version: Version which contains this revision.
    Inherited from CategoryItem

Category

category: Category which contains this object.
    Inherited from ArchiveItem

Archive

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

get_branch(self)

Deprecated.

Branch which contains this object.

Returns:

Branch

Overrides:
pybaz.BranchItem.get_branch (inherited documentation)

See Also:

BranchItem.branch

get_patchlevel(self)

Deprecated.

Patch-level part of this object's name.

Returns:

str

See Also:

VersionItem.patchlevel

get_version(self)

Deprecated.

Version which contains this revision.

Returns:

Version

See Also:

VersionItem.version


Property Details

branch

Branch which contains this namespace object.

patchlevel

Patch-level part of this object's name.

version

Version which contains this revision.


Generated by Epydoc 2.1 on Fri Jul 7 17:05:29 2006 http://epydoc.sf.net