Searched refs:function_start_line (Results 1 – 1 of 1) sorted by relevance
132 def add_function_period(self, function_name, function_start_line, period): argument135 if function_start_line is None:136 function_start_line = -1137 self.function_dict[function_name] = a = [function_start_line, Period()]