Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/pgen2/
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:
520 async_def = True
/external/python/cpython3/Lib/test/
Dtest_dis.py737 async def async_def(): function
762 (async_def, code_info_async_def)