Searched refs:check_circular (Results 1 - 2 of 2) 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...]
H A Dencoder.py113 check_circular=True, allow_nan=True, sort_keys=False,
126 If check_circular is True, then lists, dicts, and custom encoded
156 self.check_circular = check_circular
365 if self.check_circular:

Completed in 12 milliseconds