MCPcopy 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_onlyMethod · 0.80

Calls

no outgoing calls