MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / __init__

Method __init__

src/tests/coding/cpplint.py:2825–2828  ·  view source on GitHub ↗
(self, name, linenum)

Source from the content-addressed store, hash-verified

2823 """Stores information about a namespace."""
2824
2825 def __init__(self, name, linenum):
2826 _BlockInfo.__init__(self, linenum, False)
2827 self.name = name or ''
2828 self.check_namespace_indentation = True
2829
2830 def CheckEnd(self, filename, clean_lines, linenum, error):
2831 """Check end of namespace comments."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected