Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ issubset
Method
issubset
src/licensedcode/spans.py:216–217 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
214
return
self._set
215
216
def
issubset(self, other):
217
return
self._set.issubset(other._set)
218
219
def
issuperset(self, other):
220
return
self._set.issuperset(other._set)
Callers
2
is_digits_only
Method · 0.80
test_all_spdx_tokens_exists_in_dictionary
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_all_spdx_tokens_exists_in_dictionary
Method · 0.64