Searched refs:check_circular (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | __init__.py | 101 check_circular=True, 108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, argument 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, argument 206 check_circular is True and allow_nan is True and 214 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
|
D | encoder.py | 113 check_circular=True, allow_nan=True, sort_keys=False, argument 156 self.check_circular = check_circular 365 if self.check_circular:
|