|
|
__init__(self,
license_group_locations,
abs_user_config,
user_config=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
expandLicenseTokens(self,
tokens)
Take a token from ACCEPT_LICENSE or package.license and expand it if
it's a group token (indicated by @) or just return it if it's not a
group. |
source code
|
|
|
|
| _expandLicenseToken(self,
token,
traversed_groups) |
source code
|
|
|
|
_getPkgAcceptLicense(self,
cpv,
slot,
repo)
Get an ACCEPT_LICENSE list, accounting for package.license. |
source code
|
|
|
|
|
|
List
|
getMissingLicenses(self,
cpv,
use,
lic,
slot,
repo)
Take a LICENSE string and return a list of any licenses that the user
may need to accept for the given package. |
source code
|
|
|
|
| _getMaskedLicenses(self,
license_struct,
acceptable_licenses) |
source code
|
|
|
|
| set_accept_license_str(self,
accept_license_str) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|