Searched defs:async_def (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Parser/ | ||
| D | tokenizer.h | 81 int async_def; /* =1 if tokens are inside an 'async def' body. */ member |
| /third_party/python/Lib/test/ | ||
| D | test_dis.py | 1209 async def async_def(): function |