nex_docus/backend/venv312/lib/python3.12/site-packages/setuptools/tests/textwrap.py

7 lines
98 B
Python
Raw Normal View History

2026-03-11 07:27:52 +00:00
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()