Files
KPK/v3.12/Lib/site-packages/setuptools/tests/textwrap.py
T
2026-06-23 15:20:56 +02:00

7 lines
98 B
Python

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