This website requires JavaScript.
Explore
Help
Sign In
lix
/
mnote
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8db3f4e32d2a5b26670ce718628b4721c1fef47d
mnote
/
wolai-backend
/
.venv312
/
Lib
/
site-packages
/
setuptools
/
tests
/
textwrap.py
T
7 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Restore 0.1.5 version from stash
2025-12-08 19:56:24 +08:00
import
textwrap
def
DALS
(
s
):
"dedent and left-strip"
return
textwrap
.
dedent
(
s
)
.
lstrip
()
Reference in New Issue
Copy Permalink