MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / CheckBegin

Method CheckBegin

rtpose_wrapper/scripts/cpp_lint.py:1829–1832  ·  view source on GitHub ↗
(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

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected