Home
last modified time | relevance | path

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

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