예제 #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)