Searched defs:substitute_values (Results 1 - 1 of 1) sorted by relevance
/pkg/src/modules/ |
H A D | mogrify.py | 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(arg 334 def substitute_values(msg, action, matches, pkg_attrs, filename=None, lineno=None, quote=False): function [all...] |
Completed in 16 milliseconds