Explorer
/proc/13/root/usr/local/lib/python3.12/dist-packages/setuptools/tests/textwrap.py
← Zurück
↓ Download
import textwrap def DALS(s): "dedent and left-strip" return textwrap.dedent(s).lstrip()