Your IP : 3.140.250.157


Current Path : /opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/tests/
Upload File :
Current File : //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()

?>