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

Class CategoryItem

source code

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

Base class for archive classes below Category.

CategoryItem provides features common to all objects which are
structural components of Category.



Instance Methods
 
get_category(self)
Deprecated.

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
  category
Category which contains this object.

Inherited from ArchiveItem: archive, fullname, nonarch

Inherited from object: __class__

Method Details

get_category(self)

 
Deprecated.

Category which contains this namespace object.

:rtype: `Category`
:see: `CategoryItem.category`


Property Details

category


Category which contains this object.

:type: `Category`

Get Method:
pybaz.CategoryItem._get_category(self)