MCPcopy Index your code
hub / github.com/cpplint/cpplint / ContainsRange

Method ContainsRange

cpplint.py:985–986  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

983 return self.begin <= obj <= self.end
984
985 def ContainsRange(self, other):
986 return self.begin <= other.begin and self.end >= other.end
987
988 def __init__(self):
989 self._suppressions = collections.defaultdict(list)

Callers 1

_AddSuppressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected