|
|
__init__(self,
root=None,
virtual=<type 'exceptions.DeprecationWarning'>,
categories=None,
settings=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dep_bestmatch(self,
mydep,
use_cache=1)
compatibility method -- all matches, not just visible ones |
source code
|
|
|
|
dep_match(self,
mydep,
use_cache=1)
compatibility method -- we want to see all matches, not just visible
ones |
source code
|
|
|
|
|
|
|
getallcpv(self)
temporary function, probably to be renamed --- Gets a list of all
category/package-versions installed on the system. |
source code
|
|
|
|
|
|
|
|
|
|
getslot(self,
mycatpkg)
Get a slot for a catpkg; assume it exists. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|