This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
yichael
/
AndroidRemoteController
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
AndroidRemoteCo...
/
python
/
backup
/
site-packages
/
setuptools
/
tests
/
textwrap.py
textwrap.py
98 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()