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

Class BranchItem

source code

     object --+            
              |            
NamespaceObject --+        
                  |        
        ArchiveItem --+    
                      |    
           CategoryItem --+
                          |
                         BranchItem
Known Subclasses:
VersionItem, Version

Base class for archive classes Version and Revision.

BranchItem provides features common to all objects which are
structural components of Branch.



Instance Methods
 
get_branch(self)
Deprecated.

Inherited from CategoryItem: get_category

Inherited from ArchiveItem: __init__, get_archive, get_fullname, get_nonarch

Inherited from NamespaceObject: __eq__, __ne__, __repr__, __str__, exists

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties
  branch
Branch which contains this namespace object.

Inherited from CategoryItem: category

Inherited from ArchiveItem: archive, fullname, nonarch

Inherited from object: __class__

Method Details

get_branch(self)

 
Deprecated.

Branch which contains this object.

:rtype: `Branch`
:see: `BranchItem.branch`


Property Details

branch


Branch which contains this namespace object.

:type: `Branch`

Get Method:
pybaz.BranchItem._get_branch(self)