Returns the number of lines represented.
(self)
| 1922 | self.elided.append(CleanseComments(elided)) |
| 1923 | |
| 1924 | def NumLines(self): |
| 1925 | """Returns the number of lines represented.""" |
| 1926 | return self.num_lines |
| 1927 | |
| 1928 | @staticmethod |
| 1929 | def _CollapseStrings(elided): |
no outgoing calls
no test coverage detected