Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
Pai2
/
pai2
Watch
2
Star
0
Fork
0
Issues
0
Pull Requests
0
Commits
338
Releases
0
拍爱
SSH
HTTPS
ZIP
TAR.GZ
Tree:
87ea86d2b1
Branches
Tags
demo
kodo
master
tamron
pai2
/
utils
/
strip_utils.py
strip_utils.py
98B
History
Raw
1
2
3
4
5
6
# -*- coding: utf-8 -*-
def
tstrip
(s)
:
return
s.strip()
if
isinstance(s, basestring)
else
s