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

Method __init__

tools/cpplint.py:3164–3165  ·  view source on GitHub ↗
(self, linenum: int)

Source from the content-addressed store, hash-verified

3162 For detecting member initializer lists."""
3163
3164 def __init__(self, linenum: int):
3165 _BlockInfo.__init__(self, linenum, seen_open_brace=False)
3166
3167
3168class _NamespaceInfo(_BlockInfo):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected