Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c2244 Py_ssize_t funcflags = 0; in compiler_default_arguments() local
2248 funcflags |= 0x01; in compiler_default_arguments()
2257 funcflags |= 0x02; in compiler_default_arguments()
2260 return funcflags; in compiler_default_arguments()
2326 Py_ssize_t i, funcflags; in compiler_function() local
2364 funcflags = compiler_default_arguments(c, args); in compiler_function()
2365 if (funcflags == -1) { in compiler_function()
2374 funcflags |= 0x04; in compiler_function()
2406 if (!compiler_make_closure(c, co, funcflags, qualname)) { in compiler_function()
2770 Py_ssize_t funcflags; in compiler_lambda() local
[all …]