Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dtabnanny.rst51 Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured and
55 .. function:: process_tokens(tokens)
/third_party/python/Lib/
Dtabnanny.py107 process_tokens(tokenize.generate_tokens(f.readline))
277 def process_tokens(tokens): function
/third_party/python/Lib/test/
Dtest_tabnanny.py267 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
285 tabnanny.process_tokens(tokens)
/third_party/python/Lib/idlelib/
Drunscript.py65 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))