Home
last modified time | relevance | path

Searched defs:found_default (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dast.c669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; in ast_for_arguments() local
/external/python/cpython3/Python/
Dast.c1339 int nposdefaults = 0, found_default = 0; in ast_for_arguments() local