Searched refs:targ_i (Results 1 – 1 of 1) sorted by relevance
581 def reposition(self, src_i, targ_i): argument614 if src_i == targ_i:624 if targ_i is not None:625 targ = self._colors[targ_i]628 self.color_changed(targ_i)633 elif match_pos == targ_i:643 if targ_i is not None and targ_i > src_i:644 targ_i -= 1655 if targ_i is None:664 match_pos = targ_i[all …]