Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c1339 int nposdefaults = 0, found_default = 0; in ast_for_arguments() local
1370 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()