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

Class Group

source code


Group 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
 
_packageiter(self) source code
 
parse(self, elem) source code
 
parse_package_list(self, packagelist_elem) source code
 
add(self, obj)
Add another group object to this object
source code
 
xml(self)
write out an xml stanza for the group 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]
  packages

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]

packages

Get Method:
_packageiter(self)