(self)
| 1249 | } |
| 1250 | |
| 1251 | def __init__(self): |
| 1252 | self.include_list = [[]] |
| 1253 | self._section = None |
| 1254 | self._last_header = None |
| 1255 | self.ResetSection("") |
| 1256 | |
| 1257 | def FindHeader(self, header): |
| 1258 | """Check if a header has already been included. |
nothing calls this directly
no test coverage detected