Searched refs:function_start_line (Results 1 – 1 of 1) sorted by relevance
135 def add_function_period(self, function_name, function_start_line, period): argument138 if function_start_line is None:139 function_start_line = -1140 self.function_dict[function_name] = a = [function_start_line, Period()]