Package yum :: Module comps :: Class Category
[hide private]
[frames] | no frames]

Class Category

source code


Category object parsed from group data in each repo. and merged.

Instance Methods [hide private]
 
__init__(self, elem=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_groupiter(self) source code
 
parse(self, elem) source code
 
parse_group_list(self, grouplist_elem) source code
 
add(self, obj)
Add another category object to this object
source code
 
xml(self)
write out an xml stanza for the category object
source code

Inherited from CompsObj: __cmp__, __str__, descriptionByLang, nameByLang

Inherited from CompsObj (private): _expand_languages

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  groups

Inherited from CompsObj: ui_description, ui_name

Inherited from object: __class__

Method Details [hide private]

__init__(self, elem=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

groups

Get Method:
_groupiter(self)