Returns the number of lines represented.
(self)
| 1206 | self.elided.append(CleanseComments(elided)) |
| 1207 | |
| 1208 | def NumLines(self): |
| 1209 | """Returns the number of lines represented.""" |
| 1210 | return self.num_lines |
| 1211 | |
| 1212 | @staticmethod |
| 1213 | def _CollapseStrings(elided): |
no outgoing calls
no test coverage detected