Searched refs:single_quoted (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dtokenize.py137 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/
H A Dtokenize.py132 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/
H A Dtokenize.py137 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/
H A Dtokenize.py132 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 495 milliseconds