Lines Matching full:none
11 return None, None
40 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
51 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
95 | None | null |
108 indent=None, separators=None, encoding='utf-8', default=None,
111 item_sort_key=None):
115 encoding of keys that are not str, int, long, float or None. If
138 for each level of nesting. ``None`` (the default) selects the most compact
151 If encoding is not None, then all input strings will be
184 if indent is not None and not isinstance(indent, basestring):
187 if separators is not None:
189 elif indent is not None:
191 if default is not None:
227 if (_encoding is not None
258 markers = None
293 if (_one_shot and c_make_encoder is not None
294 and self.indent is None):
364 raise TypeError("item_sort_key must be None or callable")
370 if markers is not None:
376 if _indent is not None:
382 newline_indent = None
392 elif value is None:
412 _asdict = _namedtuple_as_object and getattr(value, '_asdict', None)
424 if newline_indent is not None:
428 if markers is not None:
435 if markers is not None:
441 if _indent is not None:
447 newline_indent = None
469 elif key is None:
485 elif value is None:
504 _asdict = _namedtuple_as_object and getattr(value, '_asdict', None)
516 if newline_indent is not None:
520 if markers is not None:
526 elif o is None:
543 _asdict = _namedtuple_as_object and getattr(o, '_asdict', None)
556 if markers is not None:
564 if markers is not None: