MCPcopy Index your code
hub / github.com/nodejs/node / ContainsRange

Method ContainsRange

tools/cpplint.py:1016–1017  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1014 return self.begin <= obj <= self.end
1015
1016 def ContainsRange(self, other):
1017 return self.begin <= other.begin and self.end >= other.end
1018
1019 def __init__(self):
1020 self._suppressions = collections.defaultdict(list)

Callers 1

_AddSuppressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected