Lines Matching refs:skipkeys
61 char skipkeys;
74 {"skipkeys", T_BOOL, offsetof(PyEncoderObject, skipkeys), READONLY, "skipkeys"},
1240 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", NULL};
1245 int sort_keys, skipkeys, allow_nan;
1250 &sort_keys, &skipkeys, &allow_nan))
1271 s->skipkeys = skipkeys;
1590 else if (s->skipkeys) {