phpIPAM-for-vRA8/venv_tango/lib/python3.7/site-packages/setuptools/tests/textwrap.py

7 lines
98 B
Python
Raw Normal View History

2021-01-11 23:14:27 +00:00
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()