Searched refs:shortvars_re (Results 1 – 1 of 1) sorted by relevance
86 shortvars_re = {} variable88 …shortvars_re[exp] = (re.compile('((^|[#\'"\s\-\+])[A-Za-z0-9_\-:${}\.]+)_' + exp + '([\(\'"\s:])')…126 line = shortvars_re[shortvar][0].sub(shortvars_re[shortvar][1], line)