Exemple #1
0
from demo.datastructs import unidecodeSafe

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

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

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

unidecodeSafe(None)