Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Inscription
Connexion
Pai2
/
pai2
Suivre
2
Voter
0
Embranchement
0
Problèmes
0
Pull Requests
0
Commissions
256
Publications
0
拍爱
SSH
HTTPS
ZIP
TAR.GZ
Aborescence:
e4c95c78c7
Branches
Tags
demo
kodo
master
tamron
pai2
/
utils
/
strip_utils.py
strip_utils.py
98B
Historique
Raw
# -*- coding: utf-8 -*- def tstrip(s): return s.strip() if isinstance(s, basestring) else s