Home
last modified time | relevance | path

Searched refs:async_def (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py358 async_def = False
429 if async_def and async_def_indent >= indents[-1]:
430 async_def = False
436 if async_def and async_def_nl and async_def_indent >= indents[-1]:
437 async_def = False
460 elif async_def:
505 if async_def:
521 async_def = True
/third_party/python/Parser/
H A Dtokenizer.h81 int async_def; /* =1 if tokens are inside an 'async def' body. */ member
H A Dtokenizer.c86 tok->async_def = 0; in tok_new()
1537 if (tok->async_def in tok_get()
1553 tok->async_def = 0; in tok_get()
1692 if (!tok->async_hacks || tok->async_def) { in tok_get()
1721 tok->async_def = 1; in tok_get()
1739 if (tok->async_def) { in tok_get()
/third_party/python/Lib/test/
H A Dtest_dis.py1209 async def async_def(): function
1215 Name: async_def
1241 (async_def, code_info_async_def)

Completed in 7 milliseconds