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

Method Begin

scripts/cpp_lint.py:825–833  ·  view source on GitHub ↗

Start analyzing function body. Args: function_name: The name of the function being tracked.

(self, function_name)

Source from the content-addressed store, hash-verified

823 self.current_function = ''
824
825 def Begin(self, function_name):
826 """Start analyzing function body.
827
828 Args:
829 function_name: The name of the function being tracked.
830 """
831 self.in_a_function = True
832 self.lines_in_function = 0
833 self.current_function = function_name
834
835 def Count(self):
836 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected