Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ dedent_docstring
Function
dedent_docstring
mypy/test/meta/_pytest.py:21–22 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
19
20
21
def
dedent_docstring(s: str) -> str:
22
return
textwrap.dedent(s).lstrip()
23
24
25
def
run_pytest_data_suite(
Callers
2
test_update_data
Method · 0.90
run_pytest_data_suite
Function · 0.85
Calls
2
lstrip
Method · 0.80
dedent
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…