OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEPS
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py
22
SEPS
= (COMMA, COLON)
28
if child in self.
SEPS
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py
22
SEPS
= (COMMA, COLON)
28
if child in self.
SEPS
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
:
Completed in 88 milliseconds