Searched refs:nposdefaults (Results 1 – 1 of 1) sorted by relevance
1339 int nposdefaults = 0, found_default = 0; in ast_for_arguments() local1370 if (TYPE(ch) == EQUAL) nposdefaults++; in ast_for_arguments()1386 posdefaults = (nposdefaults ? in ast_for_arguments()1387 _Py_asdl_seq_new(nposdefaults, c->c_arena) : NULL); in ast_for_arguments()1388 if (!posdefaults && nposdefaults) in ast_for_arguments()