MCPcopy
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
21def dedent_docstring(s: str) -> str:
22 return textwrap.dedent(s).lstrip()
23
24
25def run_pytest_data_suite(

Callers 2

test_update_dataMethod · 0.90
run_pytest_data_suiteFunction · 0.85

Calls 2

lstripMethod · 0.80
dedentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…