Lines Matching defs:indent
57 PyObject *indent;
70 {"indent", T_OBJECT, offsetof(PyEncoderObject, indent), READONLY, "indent"},
1240 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", NULL};
1243 PyObject *markers, *defaultfn, *encoder, *indent, *key_separator;
1248 &markers, &defaultfn, &encoder, &indent,
1267 s->indent = indent;
1285 Py_INCREF(s->indent);
1539 if (s->indent != Py_None) {
1634 if (s->indent != Py_None) {
1697 if (s->indent != Py_None) {
1722 if (s->indent != Py_None) {
1756 Py_VISIT(self->indent);
1769 Py_CLEAR(self->indent);