Searched refs:soft_str (Results 1 – 6 of 6) sorted by relevance
46 def soft_str(s: t.Any) -> str: function75 return soft_str(s)
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() function266 return soft_str(self, s); in soft_unicode()297 (PyCFunction)soft_str,
8 def soft_str(s: Any) -> str: ...
233 soft_str = soft_unicode variable