MCPcopy Create free account
hub / github.com/pybind/pybind11 / _sanitize_docstring

Function _sanitize_docstring

tests/conftest.py:182–184  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

180
181
182def _sanitize_docstring(thing):
183 s = thing.__doc__
184 return _sanitize_general(s)
185
186
187@pytest.fixture

Callers

nothing calls this directly

Calls 1

_sanitize_generalFunction · 0.85

Tested by

no test coverage detected