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

Method __init__

tools/cpplint.py:3171–3174  ·  view source on GitHub ↗
(self, name, linenum)

Source from the content-addressed store, hash-verified

3169 """Stores information about a namespace."""
3170
3171 def __init__(self, name, linenum):
3172 _BlockInfo.__init__(self, linenum, False)
3173 self.name = name or ""
3174 self.check_namespace_indentation = True
3175
3176 def CheckEnd(self, filename, clean_lines, linenum, error):
3177 """Check end of namespace comments."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected