Home | History | Annotate | Download | only in idlelib

Lines Matching refs:orig

31         self.orig = w + "_orig"
33 tk.call("rename", w, self.orig)
46 orig = self.orig; del self.orig
51 tk.call("rename", orig, w)
85 return self.tk.call((self.orig, operation) + args)
96 self.orig = redir.orig
98 self.orig_and_operation = (self.orig, self.operation)