Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cpplint/cpplint
/ __init__
Method
__init__
cpplint.py:3104–3105 ·
view source on GitHub ↗
(self, linenum: int)
Source
from the content-addressed store, hash-verified
3102
For detecting member initializer lists.
""
"
3103
3104
def
__init__(self, linenum: int):
3105
_BlockInfo.__init__(self, linenum, seen_open_brace=False)
3106
3107
3108
class
_NamespaceInfo(_BlockInfo):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected