Home
last modified time | relevance | path

Searched refs:sync_comp_for (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dgraminit.h84 #define sync_comp_for 337 macro
/external/python/cpython3/Lib/
Dsymbol.py94 sync_comp_for = 337 variable
/external/python/cpython3/Grammar/
DGrammar142 sync_comp_for: 'for' exprlist 'in' or_test [comp_iter]
143 comp_for: ['async'] sync_comp_for
/external/python/cpython3/Python/
Dast.c1850 REQ(sync_n, sync_comp_for); in ast_for_comprehension()