Lines Matching +defs:other +defs:kwds
75 * but turned into NOPs or other instructions
2437 // other than *args, but in practice the grammar doesn't allow it.)
2713 <keywords> is the keyword arguments and **kwds argument
4856 asdl_keyword_seq *kwds = e->v.Call.keywords;
4870 kwdsl = asdl_seq_LEN(kwds);
4883 keyword_ty kw = asdl_seq_GET(kwds, i);
4896 VISIT_SEQ(c, keyword, kwds);
4897 if (!compiler_call_simple_kw_helper(c, kwds, kwdsl)) {
4921 keyword_ty other = ((keyword_ty)asdl_seq_GET(keywords, j));
4922 if (other->arg && !PyUnicode_Compare(key->arg, other->arg)) {
4923 SET_LOC(c, other);
6549 identifier other = ((identifier)asdl_seq_GET(attrs, j));
6550 if (!PyUnicode_Compare(attr, other)) {
6869 // - The other stores.
8662 // with other items; traversing the cycle and swapping each item with