Searched refs:hint_args (Results 1 – 1 of 1) sorted by relevance
1195 def args_to_hints(hint_args): argument1196 hints = [hint_args[0:2]]1198 for i in range(2, len(hint_args), 2):1199 bottom = hint_args[i] + prev[0] + prev[1]1200 hints.append([bottom, hint_args[i + 1]])1246 hint_args = h_hint_args1249 hint_args = v_hint_args1251 delta = hint_args[bottom_idx] + hint_args[bottom_idx + 1]1252 del hint_args[bottom_idx:bottom_idx + 2]1253 if len(hint_args) > bottom_idx:[all …]