Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c188 Py_ssize_t u_argcount; /* number of arguments for block */ member
621 u->u_argcount = 0; in compiler_enter_scope()
2390 c->u->u_argcount = asdl_seq_LEN(args->args); in compiler_function()
2797 c->u->u_argcount = asdl_seq_LEN(args->args); in compiler_lambda()
4600 c->u->u_argcount = 1; in compiler_sync_comprehension_generator()
4714 c->u->u_argcount = 1; in compiler_async_comprehension_generator()
6920 posorkeywordargcount = Py_SAFE_DOWNCAST(c->u->u_argcount, Py_ssize_t, int); in makecode()