Home
last modified time | relevance | path

Searched refs:soft_str (Results 1 – 6 of 6) sorted by relevance

/third_party/markupsafe/
D_native.py46 def soft_str(s: t.Any) -> str: function
75 return soft_str(s)
D__init__.py282 from ._speedups import soft_str as soft_str unknown
287 from ._native import soft_str as soft_str # noqa: F401 unknown
D_speedups.c248 soft_str(PyObject *self, PyObject *s) in soft_str() function
266 return soft_str(self, s); in soft_unicode()
297 (PyCFunction)soft_str,
D_speedups.pyi8 def soft_str(s: Any) -> str: ...
/third_party/node/tools/inspector_protocol/markupsafe/
D__init__.py233 soft_str = soft_unicode variable
/third_party/skia/third_party/externals/markupsafe/
D__init__.py233 soft_str = soft_unicode variable