File Manager

Path: /opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/tests/

Viewing File: textwrap.py

import textwrap


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