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

Method __init__

cpplint.py:3111–3114  ·  view source on GitHub ↗
(self, name, linenum)

Source from the content-addressed store, hash-verified

3109 """Stores information about a namespace."""
3110
3111 def __init__(self, name, linenum):
3112 _BlockInfo.__init__(self, linenum, False)
3113 self.name = name or ""
3114 self.check_namespace_indentation = True
3115
3116 def CheckEnd(self, filename, clean_lines, linenum, error):
3117 """Check end of namespace comments."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected