OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordchars
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py
16
wordchars
= string.ascii_letters + string.digits + "_"
variable in class:AutoExpand
81
while i > 0 and line[i-1] in self.
wordchars
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py
38
self.
wordchars
= ('abcdfeghijklmnopqrstuvwxyz'
41
self.
wordchars
+= ('????????????????????????????????'
150
elif nextchar in self.
wordchars
:
225
elif nextchar in self.
wordchars
or nextchar in self.quotes \
netrc.py
36
lexer.
wordchars
+= r"""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py
16
wordchars
= string.ascii_letters + string.digits + "_"
variable in class:AutoExpand
81
while i > 0 and line[i-1] in self.
wordchars
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py
38
self.
wordchars
= ('abcdfeghijklmnopqrstuvwxyz'
41
self.
wordchars
+= ('????????????????????????????????'
150
elif nextchar in self.
wordchars
:
225
elif nextchar in self.
wordchars
or nextchar in self.quotes \
netrc.py
36
lexer.
wordchars
+= r"""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
Completed in 246 milliseconds