MCPcopy Create free account
hub / github.com/BVLC/caffe / NumLines

Method NumLines

scripts/cpp_lint.py:1208–1210  ·  view source on GitHub ↗

Returns the number of lines represented.

(self)

Source from the content-addressed store, hash-verified

1206 self.elided.append(CleanseComments(elided))
1207
1208 def NumLines(self):
1209 """Returns the number of lines represented."""
1210 return self.num_lines
1211
1212 @staticmethod
1213 def _CollapseStrings(elided):

Callers 7

ProcessFileDataFunction · 0.95
CloseExpressionFunction · 0.80
__init__Method · 0.80
CheckForFunctionLengthsFunction · 0.80
CheckSpacingFunction · 0.80
CheckLanguageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected