Searched refs:_space_re (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py63 _space_re = re.compile(r'([\s])') variable
88 value = _space_re.sub(r'\\\1', value)
89 elif value[0] == '"' or _space_re.search(value):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py63 _space_re = re.compile(r'([\s])') variable
88 value = _space_re.sub(r'\\\1', value)
89 elif value[0] == '"' or _space_re.search(value):

Completed in 47 milliseconds