Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_tokenize.py22 def stringify_tokens_from_source(token_generator, source_string): function
49 result = stringify_tokens_from_source(tokenize(f.readline), s)