MCPcopy Create free account
hub / github.com/alibaba/graph-learn / CheckBegin

Method CheckBegin

dynamic_graph_service/ci/cpplint.py:2518–2521  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2516 break
2517
2518 def CheckBegin(self, filename, clean_lines, linenum, error):
2519 # Look for a bare ':'
2520 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2521 self.is_derived = True
2522
2523 def CheckEnd(self, filename, clean_lines, linenum, error):
2524 # If there is a DISALLOW macro, it should appear near the end of

Callers

nothing calls this directly

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected