Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dtokenizer.h81 int async_def; /* =1 if tokens are inside an 'async def' body. */ member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dis.py1209 async def async_def(): function