Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c105 COMPILER_SCOPE_COMPREHENSION, enumerator
4617 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_COMPREHENSION, in compiler_comprehension()
5056 c->u->u_scope_type != COMPILER_SCOPE_COMPREHENSION){ in compiler_visit_expr1()