(self, header_path)
| 900 | self.include_list[-1] = [] |
| 901 | |
| 902 | def SetLastHeader(self, header_path): |
| 903 | self._last_header = header_path |
| 904 | |
| 905 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 906 | """Returns a path canonicalized for alphabetical comparison. |