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

Class CompsObj

source code


Group/Category helper object.

Instance Methods [hide private]
 
__str__(self)
Return the "name" of the object for the C locale.
source code
 
__cmp__(self, other) source code
 
_expand_languages(self, lang) source code
 
nameByLang(self, lang) source code
 
descriptionByLang(self, lang) source code

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

Properties [hide private]
  ui_name
Return the "name" of the object for the current locale.
  ui_description
Return the "description" of the object for the current locale.

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

Return the "name" of the object for the C locale.

Overrides: object.__str__

Property Details [hide private]

ui_name

Return the "name" of the object for the current locale.

Get Method:
unreachable.ui_name(self) - Return the "name" of the object for the current locale.

ui_description

Return the "description" of the object for the current locale.

Get Method:
unreachable.ui_description(self) - Return the "description" of the object for the current locale.