Home | History | Annotate | Download | only in simplejson

Lines Matching defs:Decimal

85     PyObject *Decimal;
2061 s->Decimal = NULL;
2070 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", "key_memo", "use_decimal", "namedtuple_as_object", "tuple_as_array", "bigint_as_string", "item_sort_key", "Decimal", NULL};
2076 PyObject *bigint_as_string, *item_sort_key, *Decimal;
2085 &item_sort_key, &Decimal))
2104 s->Decimal = Decimal;
2116 Py_INCREF(s->Decimal);
2269 else if (s->use_decimal && PyObject_TypeCheck(obj, s->Decimal)) {
2663 Py_CLEAR(s->Decimal);