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