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

Method __init__

tools/cpplint.py:3075–3076  ·  view source on GitHub ↗
(self, linenum)

Source from the content-addressed store, hash-verified

3073 """Stores information about an 'extern "C"' block."""
3074
3075 def __init__(self, linenum):
3076 _BlockInfo.__init__(self, linenum, True)
3077
3078
3079class _ClassInfo(_BlockInfo):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected