Returns the number of lines represented.
(self)
| 2166 | self.elided.append(CleanseComments(elided)) |
| 2167 | |
| 2168 | def NumLines(self): |
| 2169 | """Returns the number of lines represented.""" |
| 2170 | return self.num_lines |
| 2171 | |
| 2172 | @staticmethod |
| 2173 | def _CollapseStrings(elided): |
no outgoing calls
no test coverage detected