MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / __init__

Method __init__

tools/matchcompiler.py:101–104  ·  view source on GitHub ↗
(self, verify_mode=False, show_skipped=False)

Source from the content-addressed store, hash-verified

99class MatchCompiler:
100
101 def __init__(self, verify_mode=False, show_skipped=False):
102 self._verifyMode = verify_mode
103 self._showSkipped = show_skipped
104 self._reset()
105
106 def _reset(self):
107 self._rawMatchFunctions = []

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected