team-10/env/Lib/site-packages/setuptools/tests/textwrap.py
2025-08-02 07:34:44 +02:00

6 lines
98 B
Python

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