Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py360 async_def_nl = False
431 async_def_nl = False
436 if async_def and async_def_nl and async_def_indent >= indents[-1]:
438 async_def_nl = False
461 async_def_nl = True
/third_party/python/Parser/
Dtokenizer.h83 int async_def_nl; /* =1 if the outermost 'async def' had at least one member
Dtokenizer.c87 tok->async_def_nl = 0; in tok_new()
1473 && tok->async_def_nl in tok_get()
1480 tok->async_def_nl = 0; in tok_get()
1667 tok->async_def_nl = 1; in tok_get()