Lines Matching full:none
8 c_encode_basestring_ascii = None
12 c_make_encoder = None
46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
90 | None | null |
103 indent=None, separators=None, encoding='utf-8', default=None):
107 encoding of keys that are not str, int, long, float or None. If
134 None is the most compact representation. Since the default
147 If encoding is not None, then all input strings will be
159 if separators is not None:
161 if default is not None:
197 if (_encoding is not None
225 markers = None
259 if (_one_shot and c_make_encoder is not None
260 and self.indent is None and not self.sort_keys):
292 if markers is not None:
298 if _indent is not None:
304 newline_indent = None
314 elif value is None:
334 if newline_indent is not None:
338 if markers is not None:
345 if markers is not None:
351 if _indent is not None:
357 newline_indent = None
375 elif key is None:
391 elif value is None:
410 if newline_indent is not None:
414 if markers is not None:
420 elif o is None:
437 if markers is not None:
445 if markers is not None: