MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ResetSection

Method ResetSection

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

Source from the content-addressed store, hash-verified

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

Callers 2

__init__Method · 0.95
CheckLanguageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected