MCPcopy Create free account
hub / github.com/BVLC/caffe / ResetSection

Method ResetSection

scripts/cpp_lint.py:592–596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

590 self.ResetSection()
591
592 def ResetSection(self):
593 # The name of the current section.
594 self._section = self._INITIAL_SECTION
595 # The path of last found header.
596 self._last_header = ''
597
598 def SetLastHeader(self, header_path):
599 self._last_header = header_path

Callers 2

__init__Method · 0.95
CheckLanguageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected