Lines Matching defs:substitute_values
82 newattr = substitute_values(attr, action, matches,
84 newval = substitute_values(value, action, matches,
103 newattr = substitute_values(attr, action, matches,
106 newval = substitute_values(value, action,
139 newmsg = substitute_values(msg, action,
156 newattr = substitute_values(attr, action, matches,
158 newval = substitute_values(value, action, matches,
184 # Run args[1] (the regexp) through substitute_values() with a
188 # we can correctly run substitute_values().
190 substitute_values(args[1], None, [], None, None, None)
206 newattr = substitute_values(attr, action, matches,
208 newrep = substitute_values(replace, action, matches,
219 rx = re.compile(substitute_values(regexp,
296 newmsg = substitute_values(msg, action, matches,
315 newmsg = substitute_values(msg, action, matches,
334 def substitute_values(msg, action, matches, pkg_attrs, filename=None, lineno=None, quote=False):