This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
yichael
/
AndroidRemoteController
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
شاخه:
master
شاخهها
تگها
master
AndroidRemoteCo...
/
python
/
backup
/
site-packages
/
setuptools
/
tests
/
textwrap.py
textwrap.py
98 B
لینک دائمی
تاريخچه
خام
1
2
3
4
5
6
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()