This website requires JavaScript.
Explore
Help
Sign In
mula
/
nex_docus
Watch
1
Star
0
Fork
You've already forked nex_docus
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b78fc3b269
nex_docus
/
backend
/
venv312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
tests
/
textwrap.py
7 lines
98 B
Python
Raw
Blame
History
import
textwrap
def
DALS
(
s
)
:
"
dedent and left-strip
"
return
textwrap
.
dedent
(
s
)
.
lstrip
(
)
Reference in New Issue
View Git Blame
Copy Permalink