|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
returnPrco(self,
prcotype,
printable=False)
return list of provides, requires, conflicts or obsoletes |
source code
|
|
|
checkPrco(self,
prcotype,
prcotuple)
returns 1 or 0 if the pkg contains the requested tuple/tuple range |
source code
|
|
|
inPrcoRange(self,
prcotype,
reqtuple)
returns true if the package has a the prco that satisfies the
reqtuple range, assume false. |
source code
|
|
|
|
|
returnChangelog(self)
return changelog entries |
source code
|
|
|
returnFileEntries(self,
ftype=' file ' ,
primary_only=False)
return list of files based on type, you can pass primary_only=True to
limit to those files in the primary repodata |
source code
|
|
|
returnFileTypes(self)
return list of types of files in the package |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|