Method
CheckBegin
(self, filename, clean_lines, linenum, error)
Source from the content-addressed store, hash-verified
| 1827 | break |
| 1828 | |
| 1829 | def CheckBegin(self, filename, clean_lines, linenum, error): |
| 1830 | # Look for a bare ':' |
| 1831 | if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]): |
| 1832 | self.is_derived = True |
| 1833 | |
| 1834 | def CheckEnd(self, filename, clean_lines, linenum, error): |
| 1835 | # Check that closing brace is aligned with beginning of the class. |
Callers
nothing calls this directly
Tested by
no test coverage detected