Example #1
0
from demo.datastructs import unidecodeSafe

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

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

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

unidecodeSafe(None)