Home | History | Annotate | Download | only in simplejson

Lines Matching full:allow_nan

102     allow_nan=True,
109 allow_nan=True, cls=None, indent=None, separators=None,
129 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` to
150 check_circular is True and allow_nan is True and
158 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
167 allow_nan=True, cls=None, indent=None, separators=None,
184 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` to
206 check_circular is True and allow_nan is True and
214 check_circular=check_circular, allow_nan=allow_nan, indent=indent,