Your IP : 3.138.121.206


Current Path : /proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/tests/
Upload File :
Current File : //proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/tests/textwrap.py

import textwrap


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

?>