Home
last modified time | relevance | path

Searched refs:process_tokens (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dtabnanny.rst51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
55 .. function:: process_tokens(tokens)
/external/python/cpython2/Doc/library/
Dtabnanny.rst50 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
54 .. function:: process_tokens(tokens)
/external/python/cpython2/Lib/
Dtabnanny.py106 process_tokens(tokenize.generate_tokens(f.readline))
273 def process_tokens(tokens): function
/external/python/cpython3/Lib/
Dtabnanny.py107 process_tokens(tokenize.generate_tokens(f.readline))
277 def process_tokens(tokens): function
/external/python/cpython3/Lib/idlelib/
Drunscript.py59 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
/external/python/cpython2/Lib/idlelib/
DScriptBinding.py72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))