Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tokenize.py13 def stringify_tokens_from_source(token_generator, source_string): function
40 result = stringify_tokens_from_source(generate_tokens(f.readline), s)
/aosp_15_r20/external/python/cpython3/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)