update
This commit is contained in:
6
.CondaPkg/env/Lib/site-packages/setuptools/tests/textwrap.py
vendored
Normal file
6
.CondaPkg/env/Lib/site-packages/setuptools/tests/textwrap.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import textwrap
|
||||
|
||||
|
||||
def DALS(s):
|
||||
"dedent and left-strip"
|
||||
return textwrap.dedent(s).lstrip()
|
||||
Reference in New Issue
Block a user