(self)
| 1289 | } |
| 1290 | |
| 1291 | def __init__(self): |
| 1292 | self.include_list = [[]] |
| 1293 | self._section = None |
| 1294 | self._last_header = None |
| 1295 | self.ResetSection("") |
| 1296 | |
| 1297 | def FindHeader(self, header): |
| 1298 | """Check if a header has already been included. |
nothing calls this directly
no test coverage detected