(self)
| 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 |
no outgoing calls
no test coverage detected