Searched refs:function_start_line (Results 1 – 1 of 1) sorted by relevance
134 def add_function_period(self, function_name, function_start_line, period): argument137 if function_start_line is None:138 function_start_line = -1139 self.function_dict[function_name] = a = [function_start_line, Period()]