Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c94 COMPILER_SCOPE_FUNCTION, enumerator
694 if (u->u_scope_type == COMPILER_SCOPE_FUNCTION in compiler_set_qualname()
709 if (parent->u_scope_type == COMPILER_SCOPE_FUNCTION in compiler_set_qualname()
1903 scope_type = COMPILER_SCOPE_FUNCTION; in compiler_function()