Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/setuptools/tests/
Upload File :
Current File : //proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/setuptools/tests/textwrap.py

import textwrap


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