(self, header_path)
| 596 | self._last_header = '' |
| 597 | |
| 598 | def SetLastHeader(self, header_path): |
| 599 | self._last_header = header_path |
| 600 | |
| 601 | def CanonicalizeAlphabeticalOrder(self, header_path): |
| 602 | """Returns a path canonicalized for alphabetical comparison. |