Home
last modified time | relevance | path

Searched refs:triple_quoted (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtokenize.py123 triple_quoted = {} variable
132 triple_quoted[t] = t
408 elif token in triple_quoted:
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py127 triple_quoted = {} variable
136 triple_quoted[t] = t
456 elif token in triple_quoted:
/external/python/cpython3/Lib/
Dtokenize.py148 triple_quoted = set() variable
153 triple_quoted.add(u)
546 elif token in triple_quoted:
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py125 triple_quoted = ( variable
473 elif token in triple_quoted: