Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
def
_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_general
Function · 0.85
Tested by
no test coverage detected