Home
last modified time | relevance | path

Searched refs:async_stmt (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dgraminit.h43 #define async_stmt 296 macro
/external/python/cpython3/Lib/
Dsymbol.py53 async_stmt = 296 variable
/external/python/cpython3/Grammar/
DGrammar70 …f_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt
71 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
/external/python/cpython3/Lib/lib2to3/
DGrammar.txt87 …f_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt
88 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
/external/python/cpython3/Python/
Dast.c1658 REQ(n, async_stmt); in ast_for_async_stmt()
4030 case async_stmt: in ast_for_stmt()