Searched refs:_wordchars_re (Results 1 – 2 of 2) sorted by relevance
223 _wordchars_re = _squote_re = _dquote_re = None variable225 global _wordchars_re, _squote_re, _dquote_re226 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)244 if _wordchars_re is None: _init_regex()251 m = _wordchars_re.match(s, pos)
207 _wordchars_re = _squote_re = _dquote_re = None variable209 global _wordchars_re, _squote_re, _dquote_re210 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)228 if _wordchars_re is None: _init_regex()235 m = _wordchars_re.match(s, pos)