HomeSort by relevance Sort by last modified time
    Searched full:_magic_re (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 62 _magic_re = re.compile(r'([\\{}])') variable
85 elif _magic_re.search(value):
87 value = _magic_re.sub(r'\\\1', value)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 62 _magic_re = re.compile(r'([\\{}])') variable
85 elif _magic_re.search(value):
87 value = _magic_re.sub(r'\\\1', value)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 62 _magic_re = re.compile(r'([\\{}])') variable
85 elif _magic_re.search(value):
87 value = _magic_re.sub(r'\\\1', value)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 62 _magic_re = re.compile(r'([\\{}])') variable
85 elif _magic_re.search(value):
87 value = _magic_re.sub(r'\\\1', value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 62 _magic_re = re.compile(r'([\\{}])') variable
85 elif _magic_re.search(value):
87 value = _magic_re.sub(r'\\\1', value)
    [all...]

Completed in 182 milliseconds