Lines Matching refs:skipkeys
111 skipkeys=False,
120 def dump(obj, fp, *, skipkeys=False, ensure_ascii=True, check_circular=True,
126 If ``skipkeys`` is true then ``dict`` keys that are not basic types
165 if (not skipkeys and ensure_ascii and
173 iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,
183 def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True,
188 If ``skipkeys`` is true then ``dict`` keys that are not basic types
227 if (not skipkeys and ensure_ascii and
235 skipkeys=skipkeys, ensure_ascii=ensure_ascii,