Searched refs:n_defaults (Results 1 – 2 of 2) sorted by relevance
206 n_defaults = len(_DEFAULT_OVERVIEW_FMT)220 if i >= n_defaults and not is_metadata:
669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; in ast_for_arguments() local687 n_defaults++; in ast_for_arguments()692 defaults = (n_defaults ? asdl_seq_new(n_defaults, c->c_arena) : NULL); in ast_for_arguments()693 if (!defaults && n_defaults) in ast_for_arguments()