MCPcopy Create free account
hub / github.com/alibaba/GraphScope / __init__

Method __init__

analytical_engine/misc/cpplint.py:1111–1115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1109 }
1110
1111 def __init__(self):
1112 self.include_list = [[]]
1113 self._section = None
1114 self._last_header = None
1115 self.ResetSection('')
1116
1117 def FindHeader(self, header):
1118 """Check if a header has already been included.

Callers

nothing calls this directly

Calls 1

ResetSectionMethod · 0.95

Tested by

no test coverage detected