index
:
gn-ai
master
A repository for GeneNetwork's AI tool development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.venv
/
lib
/
python3.12
/
site-packages
/
setuptools
/
tests
/
textwrap.py
blob: 5e39618dca4ad6c3f0d4c8cb20af59ab85fb0eba (
about
) (
plain
)
1
2
3
4
5
6
import
textwrap
def
DALS
(
s
):
"dedent and left-strip"
return
textwrap
.
dedent
(
s
)
.
lstrip
()