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)
220 _wordchars_re = _squote_re = _dquote_re = None variable222 global _wordchars_re, _squote_re, _dquote_re223 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)241 if _wordchars_re is None: _init_regex()248 m = _wordchars_re.match(s, pos)