Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dbc.c168 if (n_kw == 0 && (scope_flags & MP_SCOPE_FLAG_DEFKWARGS) == 0) { in mp_setup_code_state()
187 if (n_kw != 0 || (scope_flags & MP_SCOPE_FLAG_DEFKWARGS) != 0) { in mp_setup_code_state()
254 if ((scope_flags & MP_SCOPE_FLAG_DEFKWARGS) != 0) { in mp_setup_code_state()
H A Druntime0.h35 #define MP_SCOPE_FLAG_DEFKWARGS (0x08) macro
H A Dcompile.c610 this_scope->scope_flags |= MP_SCOPE_FLAG_DEFKWARGS; in close_over_variables_etc()