Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c189 Py_ssize_t u_posonlyargcount; /* number of positional only arguments for block */ member
622 u->u_posonlyargcount = 0; in compiler_enter_scope()
2391 c->u->u_posonlyargcount = asdl_seq_LEN(args->posonlyargs); in compiler_function()
2798 c->u->u_posonlyargcount = asdl_seq_LEN(args->posonlyargs); in compiler_lambda()
6919 posonlyargcount = Py_SAFE_DOWNCAST(c->u->u_posonlyargcount, Py_ssize_t, int); in makecode()