(self)
| 1105 | } |
| 1106 | |
| 1107 | def __init__(self): |
| 1108 | self.include_list = [[]] |
| 1109 | self._section = None |
| 1110 | self._last_header = None |
| 1111 | self.ResetSection('') |
| 1112 | |
| 1113 | def FindHeader(self, header): |
| 1114 | """Check if a header has already been included. |
nothing calls this directly
no test coverage detected