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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 137 single_quoted = {} variable
146 single_quoted[t] = t
466 elif initial in single_quoted or \
467 token[:2] in single_quoted or \
468 token[:3] in single_quoted:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 132 single_quoted = {} variable
141 single_quoted[t] = t
390 elif initial in single_quoted or \
391 token[:2] in single_quoted or \
392 token[:3] in single_quoted:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 137 single_quoted = {} variable
146 single_quoted[t] = t
466 elif initial in single_quoted or \
467 token[:2] in single_quoted or \
468 token[:3] in single_quoted:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 132 single_quoted = {} variable
141 single_quoted[t] = t
390 elif initial in single_quoted or \
391 token[:2] in single_quoted or \
392 token[:3] in single_quoted:

Completed in 119 milliseconds