Searched defs:soft_str (Results 1 – 5 of 5) sorted by relevance
46 def soft_str(s: t.Any) -> str: function
282 from ._speedups import soft_str as soft_str unknown287 from ._native import soft_str as soft_str # noqa: F401 unknown
248 soft_str(PyObject *self, PyObject *s) in soft_str() function
233 soft_str = soft_unicode variable