Your IP : 18.189.185.6


Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/tests/
Upload File :
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/tests/textwrap.py

import textwrap


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

?>