Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c96 COMPILER_SCOPE_LAMBDA, enumerator
711 || parent->u_scope_type == COMPILER_SCOPE_LAMBDA) { in compiler_set_qualname()
2261 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_LAMBDA, in compiler_lambda()