Files
geMoldInsight/venv/lib/python3.11/site-packages/setuptools/tests/textwrap.py
T

7 lines
98 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()