Returns the number of lines represented.
(self)
| 2121 | self.elided.append(CleanseComments(elided)) |
| 2122 | |
| 2123 | def NumLines(self): |
| 2124 | """Returns the number of lines represented.""" |
| 2125 | return self.num_lines |
| 2126 | |
| 2127 | @staticmethod |
| 2128 | def _CollapseStrings(elided): |
no outgoing calls