TKK_E32232028/.venv/lib/python3.10/site-packages/setuptools/tests/textwrap.py

7 lines
98 B
Python

import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()