Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c2135 Py_ssize_t funcflags = 0; in compiler_default_arguments() local
2139 funcflags |= 0x01; in compiler_default_arguments()
2148 funcflags |= 0x02; in compiler_default_arguments()
2151 return funcflags; in compiler_default_arguments()
2213 Py_ssize_t i, funcflags; in compiler_function() local
2251 funcflags = compiler_default_arguments(c, args); in compiler_function()
2252 if (funcflags == -1) { in compiler_function()
2261 funcflags |= 0x04; in compiler_function()
2291 compiler_make_closure(c, co, funcflags, qualname); in compiler_function()
2646 Py_ssize_t funcflags; in compiler_lambda() local
[all …]