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
317
Versões
0
拍爱
SSH
HTTPS
ZIP
TAR.GZ
Árvore:
ead8d009b7
Branches
Tags
demo
kodo
master
tamron
pai2
/
utils
/
strip_utils.py
strip_utils.py
98B
Histórico
Cru
1
2
3
4
5
6
# -*- coding: utf-8 -*-
def
tstrip
(s)
:
return
s.strip()
if
isinstance(s, basestring)
else
s