Searched defs:check_circular (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKitTools/simplejson/
H A D__init__.py101 check_circular=True, variable
108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
125 If ``check_circular`` is ``False``, then the circular reference check
150 check_circular is True and allow_nan is True and
158 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
166 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
180 If ``check_circular`` is ``False``, then the circular reference check
206 check_circular is True and allow_nan is True and
214 check_circular
[all...]

Completed in 186 milliseconds