Repository URL to install this package:
|
Version:
30.3.0 ▾
|
from __future__ import absolute_import
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()