match_face/.venv/Lib/site-packages/setuptools/tests/textwrap.py

7 lines
98 B
Python
Raw Normal View History

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