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