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
256
Releases
0
拍爱
SSH
HTTPS
ZIP
TAR.GZ
Tree:
e4c95c78c7
Branches
Tags
demo
kodo
master
tamron
pai2
/
utils
/
strip_utils.py
strip_utils.py
98B
History
Raw
# -*- coding: utf-8 -*- def tstrip(s): return s.strip() if isinstance(s, basestring) else s