|
__init__(self,
overwrite_groups=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
return_group(self,
grpid)
Return the first group which matches |
source code
|
|
|
return_groups(self,
group_pattern,
case_sensitive=False)
return all groups which match either by glob or exact match |
source code
|
|
|
return_categories(self,
pattern,
ignore_case=True)
return all categories which match either by glob or exact match |
source code
|
|
|
|
|
|
|
|
|
compile(self,
pkgtuplist)
compile the groups into installed/available groups |
source code
|
|
|
xml(self)
returns the xml of the comps files in this class, merged |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|