Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-tokenize.c275 int is_trailing_token = 0; in tokenizeriter_next() local
277 is_trailing_token = 1; in tokenizeriter_next()
283 if (it->tok->tok_extra_tokens && is_trailing_token) { in tokenizeriter_next()
306 if (is_trailing_token) { in tokenizeriter_next()