Home | History | Annotate | Download | only in utils

Lines Matching refs:replace

14     def __init__(self, inputs, delete, insert, replace,
20 self.replace = bool(replace)
26 self.num_tests = ((delete + (insert + replace)*self.num_insert_strings)
67 assert self.replace
69 return ('replace', position, insert_str, picked_position)
86 elif self.test[0] == 'replace':
231 help="Characters to insert/replace",
243 group.add_option("", "--no-replace", help="Don't replace strings",