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

Method __init__

cpplint.py:3015–3016  ·  view source on GitHub ↗
(self, linenum)

Source from the content-addressed store, hash-verified

3013 """Stores information about an 'extern "C"' block."""
3014
3015 def __init__(self, linenum):
3016 _BlockInfo.__init__(self, linenum, True)
3017
3018
3019class _ClassInfo(_BlockInfo):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected