Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c131 Py_ssize_t u_posonlyargcount; /* number of positional only arguments for block */ member
570 u->u_posonlyargcount = 0; in compiler_enter_scope()
2278 c->u->u_posonlyargcount = asdl_seq_LEN(args->posonlyargs); in compiler_function()
2674 c->u->u_posonlyargcount = asdl_seq_LEN(args->posonlyargs); in compiler_lambda()
5954 posonlyargcount = Py_SAFE_DOWNCAST(c->u->u_posonlyargcount, Py_ssize_t, int); in makecode()