Home | History | Annotate | Download | only in Python

Lines Matching refs:keyword

123     Py_ssize_t u_kwonlyargcount; /* number of keyword only arguments for block */
1670 /* Push a dict of keyword-only default values.
1983 <keywords> is the keyword arguments and **kwds argument
3547 the call doesn't have keyword parameters. */
3714 /* Same dance again for keyword arguments */
3729 nseen = 0; /* the number of keyword arguments on the stack following */
3733 /* A keyword argument unpacking. */
3748 /* Pack up any trailing keyword arguments. */
3762 VISIT_SEQ(c, keyword, keywords);