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

  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/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