(self)
| 1120 | } |
| 1121 | |
| 1122 | def __init__(self): |
| 1123 | self.include_list = [[]] |
| 1124 | self._section = None |
| 1125 | self._last_header = None |
| 1126 | self.ResetSection('') |
| 1127 | |
| 1128 | def FindHeader(self, header): |
| 1129 | """Check if a header has already been included. |
nothing calls this directly
no test coverage detected