Files
mnote/wolai-backend/.venv312/Lib/site-packages/setuptools/tests/textwrap.py
T

7 lines
98 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()