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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_ws_comma.py 22 SEPS = (COMMA, COLON)
28 if child in self.SEPS:
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_ws_comma.py 22 SEPS = (COMMA, COLON)
28 if child in self.SEPS:
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_ws_comma.py 22 SEPS = (COMMA, COLON)
28 if child in self.SEPS:
  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 26 SEPS = os.sep
28 SEPS += os.altsep
77 elif lastchar in SEPS:
133 while i and curline[i-1] in FILENAME_CHARS + SEPS:
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 23 SEPS = os.sep
25 SEPS += os.altsep
70 elif lastchar in SEPS:
128 while i and curline[i-1] not in "'\"" + SEPS:

Completed in 1940 milliseconds