Home | History | Annotate | Download | only in simplejson

Lines Matching defs:Decimal

4 from decimal import Decimal
155 If use_decimal is true (not the default), ``decimal.Decimal`` will
157 with ``parse_float=decimal.Decimal``.
301 Decimal)
309 Decimal=Decimal)
352 Decimal=Decimal,
405 elif _use_decimal and isinstance(value, Decimal):
498 elif _use_decimal and isinstance(value, Decimal):
553 elif _use_decimal and isinstance(o, Decimal):