Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ __init__
Method
__init__
etc/scripts/licenses/synclic.py:55–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
""
"
54
55
def
__init__(self):
56
self.by_key = load_licenses(with_deprecated=True)
57
self.by_spdx_key = get_licenses_by_spdx_key(self.by_key.values())
58
59
def
clean(self):
60
""
"
Callers
nothing calls this directly
Calls
3
load_licenses
Function · 0.90
get_licenses_by_spdx_key
Function · 0.90
values
Method · 0.45
Tested by
no test coverage detected