Files
ImageUtils/.CondaPkg/env/Lib/site-packages/setuptools/tests/textwrap.py
2024-10-07 10:13:40 +07:00

7 lines
98 B
Python

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