Lines Matching refs:str
86 | str | string |
111 encoding of keys that are not str, int, float or None. If
114 If ensure_ascii is true, the output is guaranteed to be str
192 if isinstance(o, str):
270 str=str,
275 if _indent is not None and not isinstance(_indent, str):
302 if isinstance(value, str):
358 if isinstance(key, str):
377 raise TypeError(f'keys must be str, int, float, bool or None, '
385 if isinstance(value, str):
415 if isinstance(o, str):