Searched refs:u_argcount (Results 1 – 1 of 1) sorted by relevance
113 int u_argcount; /* number of arguments for block */ member476 u->u_argcount = 0; in compiler_enter_scope()1374 c->u->u_argcount = asdl_seq_LEN(args->args); in compiler_function()1510 c->u->u_argcount = asdl_seq_LEN(args->args); in compiler_lambda()2678 c->u->u_argcount = 1; in compiler_comprehension_generator()3854 co = PyCode_New(c->u->u_argcount, nlocals, stackdepth(c), flags, in makecode()