Searched refs:async_def (Results 1 – 4 of 4) sorted by relevance
358 async_def = False429 if async_def and async_def_indent >= indents[-1]:430 async_def = False436 if async_def and async_def_nl and async_def_indent >= indents[-1]:437 async_def = False460 elif async_def:505 if async_def:520 async_def = True
70 int async_def; /* =1 if tokens are inside an 'async def' body. */ member
86 tok->async_def = 0; in tok_new()1286 if (tok->async_def in tok_get()1302 tok->async_def = 0; in tok_get()1434 if (!tok->async_hacks || tok->async_def) { in tok_get()1463 tok->async_def = 1; in tok_get()1481 if (tok->async_def) { in tok_get()
811 async def async_def(): function843 (async_def, code_info_async_def)