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

Method RestoreFilters

src/tests/coding/cpplint.py:1326–1328  ·  view source on GitHub ↗

Restores filters previously backed up.

(self)

Source from the content-addressed store, hash-verified

1324 self._filters_backup = self.filters[:]
1325
1326 def RestoreFilters(self):
1327 """ Restores filters previously backed up."""
1328 self.filters = self._filters_backup[:]
1329
1330 def ResetErrorCounts(self):
1331 """Sets the module's error statistic back to zero."""

Callers 1

_RestoreFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected