Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jonl521
/
modeling_simple
like
0
Transformers
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
modeling_simple
/
.venv
/
lib
/
python3.14
/
site-packages
/
setuptools
/
tests
/
textwrap.py
jonl521
Upload folder using huggingface_hub
2216aae
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
98 Bytes
import
textwrap
def
DALS
(
s
):
"dedent and left-strip"
return
textwrap.dedent(s).lstrip()