示例#1
0
from demo.datastructs import unidecodeSafe

unidecodeSafe('bytestring')
示例#2
0
from demo.datastructs import unidecodeSafe

unidecodeSafe(42)
示例#3
0
from demo.datastructs import unidecodeSafe

unidecodeSafe(u'')
unidecodeSafe(u'foo')
unidecodeSafe(u'Éxcellent')
示例#4
0
from demo.datastructs import unidecodeSafe

unidecodeSafe(None)