Please enable JavaScript in your browser!
Página Inicial
Explorar
Ajuda
Registrar
Entrar
Pai2
/
pai2
Observar
2
Favorito
0
Fork
0
Problemas
0
Pull Requests
0
Commits
256
Versões
0
拍爱
SSH
HTTPS
ZIP
TAR.GZ
Árvore:
e4c95c78c7
Branches
Tags
demo
kodo
master
tamron
pai2
/
utils
/
strip_utils.py
strip_utils.py
98B
Histórico
Cru
# -*- coding: utf-8 -*- def tstrip(s): return s.strip() if isinstance(s, basestring) else s