Searched refs:funcflags (Results 1 – 1 of 1) sorted by relevance
1849 Py_ssize_t funcflags = 0; in compiler_default_arguments() local1853 funcflags |= 0x01; in compiler_default_arguments()1862 funcflags |= 0x02; in compiler_default_arguments()1865 return funcflags; in compiler_default_arguments()1879 Py_ssize_t i, funcflags; in compiler_function() local1909 funcflags = compiler_default_arguments(c, args); in compiler_function()1910 if (funcflags == -1) { in compiler_function()1919 funcflags |= 0x04; in compiler_function()1952 compiler_make_closure(c, co, funcflags, qualname); in compiler_function()2246 Py_ssize_t funcflags; in compiler_lambda() local[all …]