|
|
__init__(self,
allow_wildcard=False,
allow_repo=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_updateAtomMap(self,
atoms=None)
Update self._atommap for specific atoms or all atoms. |
source code
|
|
|
|
findAtomForPackage(self,
pkg,
modified_use=None)
Return the best match for a given package from the arguments, or None
if there are no matches. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|