Please enable JavaScript in your browser!
ホーム
エスクプローラ
ヘルプ
登録
サインイン
Kodo
/
kodo
Watch
2
Star
0
Fork
0
課題
0
プルリクエスト
0
コミット
275
リリース
0
説明なし
SSH
HTTPS
ZIP
TAR.GZ
ツリー:
f016f89541
ブランチ
タグ
demo
py3.11dj4.x
tamron
wine
kodo
/
utils
/
strip_utils.py
strip_utils.py
98B
履歴
生データ
# -*- coding: utf-8 -*- def tstrip(s): return s.strip() if isinstance(s, basestring) else s