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

Method __init__

cpplint.py:1251–1255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1249 }
1250
1251 def __init__(self):
1252 self.include_list = [[]]
1253 self._section = None
1254 self._last_header = None
1255 self.ResetSection("")
1256
1257 def FindHeader(self, header):
1258 """Check if a header has already been included.

Callers

nothing calls this directly

Calls 1

ResetSectionMethod · 0.95

Tested by

no test coverage detected