Searched refs:function_start_line (Results 1 – 1 of 1) sorted by relevance
253 def add_function_period(self, function_name, function_start_line, period): argument256 if function_start_line is None:257 function_start_line = -1258 self.function_dict[function_name] = a = [function_start_line, Period()]