Home
last modified time | relevance | path

Searched refs:_word_split_re (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/third_party/jinja2/
Dutils.py20 _word_split_re = re.compile(r'(\s+)') variable
206 words = _word_split_re.split(text_type(escape(text)))