MCPcopy Create free account
hub / github.com/apache/mesos / RestoreFilters

Method RestoreFilters

support/cpplint.py:939–941  ·  view source on GitHub ↗

Restores filters previously backed up.

(self)

Source from the content-addressed store, hash-verified

937 self._filters_backup = self.filters[:]
938
939 def RestoreFilters(self):
940 """ Restores filters previously backed up."""
941 self.filters = self._filters_backup[:]
942
943 def ResetErrorCounts(self):
944 """Sets the module's error statistic back to zero."""

Callers 1

_RestoreFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected