Searched refs:nposargs (Results 1 – 1 of 1) sorted by relevance
1338 int i, j, k, nposargs = 0, nkwonlyargs = 0; in ast_for_arguments() local1369 if (TYPE(ch) == vfpdef || TYPE(ch) == tfpdef) nposargs++; in ast_for_arguments()1379 posargs = (nposargs ? _Py_asdl_seq_new(nposargs, c->c_arena) : NULL); in ast_for_arguments()1380 if (!posargs && nposargs) in ast_for_arguments()