(self, header_path)
| 592 | self._last_header = '' |
| 593 | |
| 594 | def SetLastHeader(self, header_path): |
| 595 | self._last_header = header_path |
| 596 | |
| 597 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 598 | """Returns a path canonicalized for alphabetical comparison. |