Searched refs:_caching_re_compile (Results 1 – 1 of 1) sorted by relevance
1170 def _caching_re_compile(r): function1188 return _caching_re_compile('%%').sub('#_MARKER_#', ln)1191 return _caching_re_compile('#_MARKER_#').sub('%', ln)1205 ln = _caching_re_compile(a).sub(str(b), escape(ln))