Home | History | Annotate | Download | only in idlelib

Lines Matching refs:new

70                 new = m.expand(repl)
73 new = None
75 new = repl
76 return new
106 new = self._replace_expand(m, repl)
107 if new is None:
112 if new == orig:
118 if new:
119 text.insert(first, new)
120 col = i + len(new)
160 new = self._replace_expand(m, self.replvar.get())
161 if new is None:
167 if new:
168 text.insert(first, new)