Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ scancode_url
Method
scancode_url
src/licensedcode/models.py:381–383 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
379
380
@property
381
def
scancode_url(self):
382
if
self.is_builtin:
383
return
SCANCODE_LICENSE_URL.format(self.key)
384
385
@property
386
def
licensedb_url(self):
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected