|
|
__init__(self,
root_config,
spinner,
searchdesc,
verbose,
usepkg,
usepkgonly)
Searches the available and installed packages for the supplied search
key. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_xmatch(self,
level,
atom)
This method does not expand old-style virtuals because it is
restricted to returning matches for a single ${CATEGORY}/${PN} and
old-style virual matches unreliable for that when querying multiple
package databases. |
source code
|
|
|
|
execute(self,
searchkey)
Performs the search for the supplied search key |
source code
|
|
|
|
|
|
|
output(self)
Outputs the results of the search. |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|