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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A D__init__.py114 check_circular=True, variable
122 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
141 If ``check_circular`` is false, then the circular reference check
176 check_circular and allow_nan and
184 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
193 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
205 If ``check_circular`` is false, then the circular reference check
240 check_circular and allow_nan and
248 check_circular
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A D__init__.py114 check_circular=True, variable
122 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
141 If ``check_circular`` is false, then the circular reference check
176 check_circular and allow_nan and
184 check_circular=check_circular, allow_nan=allow_nan, indent=indent,
193 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
205 If ``check_circular`` is false, then the circular reference check
240 check_circular and allow_nan and
248 check_circular
[all...]

Completed in 32 milliseconds