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

Method __init__

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

Source from the content-addressed store, hash-verified

2747 """Stores information about an 'extern "C"' block."""
2748
2749 def __init__(self, linenum):
2750 _BlockInfo.__init__(self, linenum, True)
2751
2752
2753class _ClassInfo(_BlockInfo):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected