Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ get_unknown_spdx_symbol
Function
get_unknown_spdx_symbol
src/licensedcode/cache.py:490–494 ·
view source on GitHub ↗
Return the unknown SPDX license symbol.
()
Source
from the content-addressed store, hash-verified
488
489
490
def
get_unknown_spdx_symbol():
491
""
"
492
Return the unknown SPDX license symbol.
493
""
"
494
return
get_cache().unknown_spdx_symbol
495
496
497
def
get_spdx_symbols(licenses_db=None):
Callers
15
get_spdx_expression
Function · 0.90
test_get_expression_quoted
Method · 0.90
test_get_expression_nuget
Method · 0.90
test_get_expression_multiple_or
Method · 0.90
test_get_expression_multiple_or_nuget
Method · 0.90
test_get_expression_simple
Method · 0.90
test_get_expression_with_exception
Method · 0.90
test_get_expression_with_plus
Method · 0.90
test_get_expression_with_extra_parens
Method · 0.90
test_get_expression_with_extra_parens2
Method · 0.90
test_get_expression_extra_parens_2
Method · 0.90
test_get_expression_with_parens_and_with
Method · 0.90
Calls
1
get_cache
Function · 0.70
Tested by
15
test_get_expression_quoted
Method · 0.72
test_get_expression_nuget
Method · 0.72
test_get_expression_multiple_or
Method · 0.72
test_get_expression_multiple_or_nuget
Method · 0.72
test_get_expression_simple
Method · 0.72
test_get_expression_with_exception
Method · 0.72
test_get_expression_with_plus
Method · 0.72
test_get_expression_with_extra_parens
Method · 0.72
test_get_expression_with_extra_parens2
Method · 0.72
test_get_expression_extra_parens_2
Method · 0.72
test_get_expression_with_parens_and_with
Method · 0.72
test_get_expression_simple_with
Method · 0.72